#531604

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

Shades of Red Oxide #531604

Tints of Red Oxide #531604

Color information

#531604 (or 0x531604) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 04. RGB value is (83,22,4). Sum of RGB (Red+Green+Blue) = 83+22+4=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531604 is #ACE9FB. Grayscale: #262626. Windows color (decimal): -11332092 or 267859. OLE color: 267859.

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

Color convert

RGB83224-
CMYK00.730.950.67
HSL13.67º90.8%17.06%-
HSV(B)13.67º95.18%32.55%-
XYZ3.882.420.38-
YUV38.19108.71159.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=76.15%
G=20.18%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322400.730.950.6713.6790.817.06
Hex531640495F43e5b11
Octal12326401111371031613321
Binary10100111011010001001001101111110000111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531604; }

 p { color: rgb(83,22,4); }

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

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

 a { background-color: rgb(83,22,4); }

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

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

 span { border-color: rgb(83,22,4); }

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