Html Css Color HEX #571110 Red Oxide

📋 copy color: '#571110'

red 87 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #571110

Tints of Red Oxide #571110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 72.5%
G = 14.17%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571110 (or 0x571110) is known color: Red Oxide. HEX triplet: 57, 11 and 10. RGB value is (87,17,16). Sum of RGB (Red+Green+Blue) = 87+17+16=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571110 is #A8EEEF. Grayscale: #252525. Windows color (decimal): -11071216 or 1053015. OLE color: 1053015.

HSL color Cylindrical-coordinate representation of color #571110: hue angle of 0.85º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571110 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 16 -
CMYK 0 0.80 0.82 0.66
HSL 0.85º 0.69% 0.2% -
HSV(B) 0.85º 0.82% 0.34% -
XYZ 4.22 2.46 0.74 -
YUV 37.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 87 17 16 0 0.80 0.82 0.66 0.85 0.69 0.2
Hex 57 11 10 0 50 52 42 1 45 14
Octal 127 21 20 0 120 122 102 1 105 24
Binary 1010111 10001 10000 0 1010000 1010010 1000010 1 1000101 10100

Color Harmonies of #571110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571110

Black with #571110

Text Example


Text Example

White with #571110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571110; }

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

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

background-color css

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

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

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

border-color css

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

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

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