#531206

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

Shades of Red Oxide #531206

Tints of Red Oxide #531206

Color information

#531206 (or 0x531206) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 06. RGB value is (83,18,6). Sum of RGB (Red+Green+Blue) = 83+18+6=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531206 is #ACEDF9. Grayscale: #242424. Windows color (decimal): -11333114 or 397907. OLE color: 397907.

HSL color Cylindrical-coordinate representation of color #531206: hue angle of 9.35º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531206 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83186-
CMYK00.780.930.67
HSL9.35º86.52%17.45%-
HSV(B)9.35º92.77%32.55%-
XYZ3.822.280.41-
YUV36.07111.03161.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=77.57%
G=16.82%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318600.780.930.679.3586.5217.45
Hex5312604E5D4395711
Octal12322601161351031112721
Binary10100111001011001001110101110110000111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531206; }

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

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

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

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

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

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

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

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