Html Css Color HEX #571518 Burnt Crimson

📋 copy color: '#571518'

red 87 ◦ green 21 ◦ blue 24

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

Shades of Burnt Crimson #571518

Tints of Burnt Crimson #571518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 65.91%
G = 15.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#571518 (or 0x571518) is known color: Burnt Crimson. HEX triplet: 57, 15 and 18. RGB value is (87,21,24). Sum of RGB (Red+Green+Blue) = 87+21+24=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571518 is #A8EAE7. Grayscale: #292929. Windows color (decimal): -11070184 or 1578327. OLE color: 1578327.

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

Color convert

RGB 87 21 24 -
CMYK 0 0.76 0.72 0.66
HSL 357.27º 0.61% 0.21% -
HSV(B) 357.27º 0.76% 0.34% -
XYZ 4.36 2.63 1.14 -
YUV 41.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 87 21 24 0 0.76 0.72 0.66 357.27 0.61 0.21
Hex 57 15 18 0 4C 48 42 165 3D 15
Octal 127 25 30 0 114 110 102 545 75 25
Binary 1010111 10101 11000 0 1001100 1001000 1000010 101100101 111101 10101

Color Harmonies of #571518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571518

Black with #571518

Text Example


Text Example

White with #571518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571518; }

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

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

background-color css

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

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

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

border-color css

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

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

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