#531008

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

Shades of Red Oxide #531008

Tints of Red Oxide #531008

Color information

#531008 (or 0x531008) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 08. RGB value is (83,16,8). Sum of RGB (Red+Green+Blue) = 83+16+8=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531008 is #ACEFF7. Grayscale: #232323. Windows color (decimal): -11333624 or 528467. OLE color: 528467.

HSL color Cylindrical-coordinate representation of color #531008: hue angle of 6.4º 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 #531008 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83168-
CMYK00.810.900.67
HSL6.4º82.42%17.84%-
HSV(B)6.4º90.36%32.55%-
XYZ3.82.230.46-
YUV35.12112.7162.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=77.57%
G=14.95%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316800.810.900.676.482.4217.84
Hex531080515A4365212
Octal12320100121132103612222
Binary10100111000010000101000110110101000011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531008; }

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

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

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

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

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

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

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

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