Html Css Color HEX #571404 Red Oxide

📋 copy color: '#571404'

red 87 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #571404

Tints of Red Oxide #571404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 78.38%
G = 18.02%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#571404 (or 0x571404) is known color: Red Oxide. HEX triplet: 57, 14 and 04. RGB value is (87,20,4). Sum of RGB (Red+Green+Blue) = 87+20+4=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #571404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571404 is #A8EBFB. Grayscale: #262626. Windows color (decimal): -11070460 or 267351. OLE color: 267351.

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

Color convert

RGB 87 20 4 -
CMYK 0 0.77 0.95 0.66
HSL 11.57º 0.91% 0.18% -
HSV(B) 11.57º 0.95% 0.34% -
XYZ 4.2 2.54 0.38 -
YUV 38.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 87 20 4 0 0.77 0.95 0.66 11.57 0.91 0.18
Hex 57 14 4 0 4D 5F 42 C 5B 12
Octal 127 24 4 0 115 137 102 14 133 22
Binary 1010111 10100 100 0 1001101 1011111 1000010 1100 1011011 10010

Color Harmonies of #571404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571404

Black with #571404

Text Example


Text Example

White with #571404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571404; }

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

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

background-color css

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

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

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

border-color css

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

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

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