Html Css Color HEX #571205 Red Oxide

📋 copy color: '#571205'

red 87 ◦ green 18 ◦ blue 5

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

Shades of Red Oxide #571205

Tints of Red Oxide #571205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 79.09%
G = 16.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#571205 (or 0x571205) is known color: Red Oxide. HEX triplet: 57, 12 and 05. RGB value is (87,18,5). Sum of RGB (Red+Green+Blue) = 87+18+5=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #571205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571205 is #A8EDFA. Grayscale: #252525. Windows color (decimal): -11070971 or 332375. OLE color: 332375.

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

Color convert

RGB 87 18 5 -
CMYK 0 0.79 0.94 0.66
HSL 9.51º 0.89% 0.18% -
HSV(B) 9.51º 0.94% 0.34% -
XYZ 4.17 2.47 0.4 -
YUV 37.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 87 18 5 0 0.79 0.94 0.66 9.51 0.89 0.18
Hex 57 12 5 0 4F 5E 42 A 59 12
Octal 127 22 5 0 117 136 102 12 131 22
Binary 1010111 10010 101 0 1001111 1011110 1000010 1010 1011001 10010

Color Harmonies of #571205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571205

Black with #571205

Text Example


Text Example

White with #571205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571205; }

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

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

background-color css

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

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

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

border-color css

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

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

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