#531208

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

Shades of Red Oxide #531208

Tints of Red Oxide #531208

Color information

#531208 (or 0x531208) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 08. RGB value is (83,18,8). Sum of RGB (Red+Green+Blue) = 83+18+8=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531208 is #ACEDF7. Grayscale: #242424. Windows color (decimal): -11333112 or 528979. OLE color: 528979.

HSL color Cylindrical-coordinate representation of color #531208: hue angle of 8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531208 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83188-
CMYK00.780.900.67
HSL82.42%17.84%-
HSV(B)90.36%32.55%-
XYZ3.832.290.47-
YUV36.29112.03161.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=76.15%
G=16.51%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318800.780.900.67882.4217.84
Hex5312804E5A4385212
Octal123221001161321031012222
Binary101001110010100001001110101101010000111000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531208; }

 p { color: rgb(83,18,8); }

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

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

 a { background-color: rgb(83,18,8); }

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

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

 span { border-color: rgb(83,18,8); }

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