Html Css Color HEX #571105 Red Oxide

📋 copy color: '#571105'

red 87 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #571105

Tints of Red Oxide #571105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

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

R = 79.82%
G = 15.6%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#571105 (or 0x571105) is known color: Red Oxide. HEX triplet: 57, 11 and 05. RGB value is (87,17,5). Sum of RGB (Red+Green+Blue) = 87+17+5=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571105 is #A8EEFA. Grayscale: #242424. Windows color (decimal): -11071227 or 332119. OLE color: 332119.

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

Color convert

RGB 87 17 5 -
CMYK 0 0.80 0.94 0.66
HSL 8.78º 0.89% 0.18% -
HSV(B) 8.78º 0.94% 0.34% -
XYZ 4.16 2.44 0.4 -
YUV 36.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 87 17 5 0 0.80 0.94 0.66 8.78 0.89 0.18
Hex 57 11 5 0 50 5E 42 9 59 12
Octal 127 21 5 0 120 136 102 11 131 22
Binary 1010111 10001 101 0 1010000 1011110 1000010 1001 1011001 10010

Color Harmonies of #571105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571105

Black with #571105

Text Example


Text Example

White with #571105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571105; }

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

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

background-color css

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

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

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

border-color css

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

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

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