Html Css Color HEX #571314 Burnt Crimson

📋 copy color: '#571314'

red 87 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #571314

Tints of Burnt Crimson #571314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 69.05%
G = 15.08%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#571314 (or 0x571314) is known color: Burnt Crimson. HEX triplet: 57, 13 and 14. RGB value is (87,19,20). Sum of RGB (Red+Green+Blue) = 87+19+20=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571314 is #A8ECEB. Grayscale: #272727. Windows color (decimal): -11070700 or 1315671. OLE color: 1315671.

HSL color Cylindrical-coordinate representation of color #571314: hue angle of 359.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571314 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 20 -
CMYK 0 0.78 0.77 0.66
HSL 359.12º 0.64% 0.21% -
HSV(B) 359.12º 0.78% 0.34% -
XYZ 4.29 2.54 0.93 -
YUV 39.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 87 19 20 0 0.78 0.77 0.66 359.12 0.64 0.21
Hex 57 13 14 0 4E 4D 42 167 40 15
Octal 127 23 24 0 116 115 102 547 100 25
Binary 1010111 10011 10100 0 1001110 1001101 1000010 101100111 1000000 10101

Color Harmonies of #571314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571314

Black with #571314

Text Example


Text Example

White with #571314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571314; }

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

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

background-color css

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

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

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

border-color css

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

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

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