#531304

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

Shades of Red Oxide #531304

Tints of Red Oxide #531304

Color information

#531304 (or 0x531304) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 04. RGB value is (83,19,4). Sum of RGB (Red+Green+Blue) = 83+19+4=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531304 is #ACECFB. Grayscale: #242424. Windows color (decimal): -11332860 or 267091. OLE color: 267091.

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

Color convert

RGB83194-
CMYK00.770.950.67
HSL11.39º90.8%17.06%-
HSV(B)11.39º95.18%32.55%-
XYZ3.822.310.36-
YUV36.43109.7161.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=78.30%
G=17.92%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8319400.770.950.6711.3990.817.06
Hex5313404D5F43b5b11
Octal12323401151371031313321
Binary10100111001110001001101101111110000111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531304; }

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

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

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

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

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

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

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

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