Html Css Color HEX #571204 Red Oxide

📋 copy color: '#571204'

red 87 ◦ green 18 ◦ blue 4

#571204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #571204

Tints of Red Oxide #571204

RGB

 RED value IS 87 (34.38% from 255) = 79.82%

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 79.82%
G = 16.51%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#571204 (or 0x571204) is known color: Red Oxide. HEX triplet: 57, 12 and 04. RGB value is (87,18,4). Sum of RGB (Red+Green+Blue) = 87+18+4=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571204 is #A8EDFB. Grayscale: #252525. Windows color (decimal): -11070972 or 266839. OLE color: 266839.

HSL color Cylindrical-coordinate representation of color #571204: hue angle of 10.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #571204 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 4 -
CMYK 0 0.79 0.95 0.66
HSL 10.12º 0.91% 0.18% -
HSV(B) 10.12º 0.95% 0.34% -
XYZ 4.17 2.47 0.37 -
YUV 37.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 87 18 4 0 0.79 0.95 0.66 10.12 0.91 0.18
Hex 57 12 4 0 4F 5F 42 A 5B 12
Octal 127 22 4 0 117 137 102 12 133 22
Binary 1010111 10010 100 0 1001111 1011111 1000010 1010 1011011 10010

Color Harmonies of #571204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571204

Black with #571204

Text Example


Text Example

White with #571204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571204; }

 p { color: rgb(87,18,4); }

 H1.HeaderClassName
 {
   color: #571204;
 }
 .AnyTagClassName
 {
   color: #571204;
 }
</style>

background-color css

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

 a { background-color: rgb(87,18,4); }

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

border-color css

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

 span { border-color: rgb(87,18,4); }

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