#531300

Color #531300 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #531300

Tints of Red Oxide #531300

Color information

#531300 (or 0x531300) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 00. RGB value is (83,19,0). Sum of RGB (Red+Green+Blue) = 83+19+0=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531300 is #ACECFF. Grayscale: #242424. Windows color (decimal): -11332864 or 4947. OLE color: 4947.

HSL color Cylindrical-coordinate representation of color #531300: hue angle of 13.73º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #531300 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83190-
CMYK00.7710.67
HSL13.73º100%16.27%-
HSV(B)13.73º100%32.55%-
XYZ3.82.30.24-
YUV35.97107.7161.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.37%
G=18.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8319000.7710.6713.7310016.27
Hex5313004D6443e6410
Octal12323001151441031614420
Binary101001110011001001101110010010000111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531300; }

 p { color: rgb(83,19,0); }

 H1.HeaderClassName
 {
   color: #531300;
 }
 .AnyTagClassName
 {
   color: #531300;
 }
</style>
background-color css

<style>
 a { background-color: #531300; }

 a { background-color: rgb(83,19,0); }

 div.DivClassName
 {
   background-color: #531300;
 }
 .BgClassName
 {
   background-color: #531300;
 }
</style>
border-color css

<style>
 span { border-color: #531300; }

 span { border-color: rgb(83,19,0); }

 td.TdClassName
 {
   border-color: #531300;
 }
 .TagClassName
 {
   border-color: #531300;
 }
</style>