Html Css Color HEX #571011 Burnt Crimson

📋 copy color: '#571011'

red 87 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #571011

Tints of Burnt Crimson #571011

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 87 16 17 -
CMYK 0 0.82 0.80 0.66
HSL 359.15º 0.69% 0.2% -
HSV(B) 359.15º 0.82% 0.34% -
XYZ 4.22 2.44 0.78 -
YUV 37.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 87 16 17 0 0.82 0.80 0.66 359.15 0.69 0.2
Hex 57 10 11 0 52 50 42 167 45 14
Octal 127 20 21 0 122 120 102 547 105 24
Binary 1010111 10000 10001 0 1010010 1010000 1000010 101100111 1000101 10100

Color Harmonies of #571011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571011

Black with #571011

Text Example


Text Example

White with #571011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571011; }

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

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

background-color css

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

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

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

border-color css

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

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

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