Html Css Color HEX #571311 Red Oxide

📋 copy color: '#571311'

red 87 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #571311

Tints of Red Oxide #571311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 70.73%
G = 15.45%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#571311 (or 0x571311) is known color: Red Oxide. HEX triplet: 57, 13 and 11. RGB value is (87,19,17). Sum of RGB (Red+Green+Blue) = 87+19+17=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571311 is #A8ECEE. Grayscale: #272727. Windows color (decimal): -11070703 or 1119063. OLE color: 1119063.

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

Color convert

RGB 87 19 17 -
CMYK 0 0.78 0.80 0.66
HSL 1.71º 0.67% 0.2% -
HSV(B) 1.71º 0.8% 0.34% -
XYZ 4.26 2.53 0.79 -
YUV 39.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 87 19 17 0 0.78 0.80 0.66 1.71 0.67 0.2
Hex 57 13 11 0 4E 50 42 2 43 14
Octal 127 23 21 0 116 120 102 2 103 24
Binary 1010111 10011 10001 0 1001110 1010000 1000010 10 1000011 10100

Color Harmonies of #571311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571311

Black with #571311

Text Example


Text Example

White with #571311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571311; }

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

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

background-color css

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

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

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

border-color css

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

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

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