#531106

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

Shades of Red Oxide #531106

Tints of Red Oxide #531106

Color information

#531106 (or 0x531106) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 06. RGB value is (83,17,6). Sum of RGB (Red+Green+Blue) = 83+17+6=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531106 is #ACEEF9. Grayscale: #232323. Windows color (decimal): -11333370 or 397651. OLE color: 397651.

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

Color convert

RGB83176-
CMYK00.800.930.67
HSL8.57º86.52%17.45%-
HSV(B)8.57º92.77%32.55%-
XYZ3.82.250.41-
YUV35.48111.37161.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=78.30%
G=16.04%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317600.800.930.678.5786.5217.45
Hex531160505D4395711
Octal12321601201351031112721
Binary10100111000111001010000101110110000111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531106; }

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

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

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

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

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

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

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

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