#531506

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

Shades of Red Oxide #531506

Tints of Red Oxide #531506

Color information

#531506 (or 0x531506) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 06. RGB value is (83,21,6). Sum of RGB (Red+Green+Blue) = 83+21+6=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531506 is #ACEAF9. Grayscale: #252525. Windows color (decimal): -11332346 or 398675. OLE color: 398675.

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

Color convert

RGB83216-
CMYK00.750.930.67
HSL11.69º86.52%17.45%-
HSV(B)11.69º92.77%32.55%-
XYZ3.872.390.43-
YUV37.83110.04160.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=75.45%
G=19.09%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321600.750.930.6711.6986.5217.45
Hex5315604B5D43c5711
Octal12325601131351031412721
Binary10100111010111001001011101110110000111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531506; }

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

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

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

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

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

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

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

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