Html Css Color HEX #571B11 Red Oxide

📋 copy color: '#571B11'

red 87 ◦ green 27 ◦ blue 17

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

Shades of Red Oxide #571B11

Tints of Red Oxide #571B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 66.41%
G = 20.61%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#571B11 (or 0x571B11) is known color: Red Oxide. HEX triplet: 57, 1B and 11. RGB value is (87,27,17). Sum of RGB (Red+Green+Blue) = 87+27+17=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B11 is #A8E4EE. Grayscale: #2B2B2B. Windows color (decimal): -11068655 or 1121111. OLE color: 1121111.

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

Color convert

RGB 87 27 17 -
CMYK 0 0.69 0.80 0.66
HSL 8.57º 0.67% 0.2% -
HSV(B) 8.57º 0.8% 0.34% -
XYZ 4.42 2.85 0.85 -
YUV 43.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 87 27 17 0 0.69 0.80 0.66 8.57 0.67 0.2
Hex 57 1B 11 0 45 50 42 9 43 14
Octal 127 33 21 0 105 120 102 11 103 24
Binary 1010111 11011 10001 0 1000101 1010000 1000010 1001 1000011 10100

Color Harmonies of #571B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B11

Black with #571B11

Text Example


Text Example

White with #571B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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