Html Css Color HEX #571319 Burnt Crimson

📋 copy color: '#571319'

red 87 ◦ green 19 ◦ blue 25

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

Shades of Burnt Crimson #571319

Tints of Burnt Crimson #571319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 66.41%
G = 14.5%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#571319 (or 0x571319) is known color: Burnt Crimson. HEX triplet: 57, 13 and 19. RGB value is (87,19,25). Sum of RGB (Red+Green+Blue) = 87+19+25=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571319 is #A8ECE6. Grayscale: #282828. Windows color (decimal): -11070695 or 1643351. OLE color: 1643351.

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

Color convert

RGB 87 19 25 -
CMYK 0 0.78 0.71 0.66
HSL 354.71º 0.64% 0.21% -
HSV(B) 354.71º 0.78% 0.34% -
XYZ 4.34 2.56 1.19 -
YUV 40.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 87 19 25 0 0.78 0.71 0.66 354.71 0.64 0.21
Hex 57 13 19 0 4E 47 42 163 40 15
Octal 127 23 31 0 116 107 102 543 100 25
Binary 1010111 10011 11001 0 1001110 1000111 1000010 101100011 1000000 10101

Color Harmonies of #571319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571319

Black with #571319

Text Example


Text Example

White with #571319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571319; }

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

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

background-color css

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

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

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

border-color css

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

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

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