Html Css Color HEX #571315 Burnt Crimson

📋 copy color: '#571315'

red 87 ◦ green 19 ◦ blue 21

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

Shades of Burnt Crimson #571315

Tints of Burnt Crimson #571315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 68.5%
G = 14.96%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#571315 (or 0x571315) is known color: Burnt Crimson. HEX triplet: 57, 13 and 15. RGB value is (87,19,21). Sum of RGB (Red+Green+Blue) = 87+19+21=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571315 is #A8ECEA. Grayscale: #272727. Windows color (decimal): -11070699 or 1381207. OLE color: 1381207.

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

Color convert

RGB 87 19 21 -
CMYK 0 0.78 0.76 0.66
HSL 358.24º 0.64% 0.21% -
HSV(B) 358.24º 0.78% 0.34% -
XYZ 4.3 2.55 0.97 -
YUV 39.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 87 19 21 0 0.78 0.76 0.66 358.24 0.64 0.21
Hex 57 13 15 0 4E 4C 42 166 40 15
Octal 127 23 25 0 116 114 102 546 100 25
Binary 1010111 10011 10101 0 1001110 1001100 1000010 101100110 1000000 10101

Color Harmonies of #571315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571315

Black with #571315

Text Example


Text Example

White with #571315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571315; }

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

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

background-color css

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

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

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

border-color css

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

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

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