Html Css Color HEX #571D1F Burnt Crimson

📋 copy color: '#571D1F'

red 87 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #571D1F

Tints of Burnt Crimson #571D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 59.18%
G = 19.73%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#571D1F (or 0x571D1F) is known color: Burnt Crimson. HEX triplet: 57, 1D and 1F. RGB value is (87,29,31). Sum of RGB (Red+Green+Blue) = 87+29+31=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D1F is #A8E2E0. Grayscale: #2E2E2E. Windows color (decimal): -11068129 or 2039127. OLE color: 2039127.

HSL color Cylindrical-coordinate representation of color #571D1F: hue angle of 357.93º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D1F is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 31 -
CMYK 0 0.67 0.64 0.66
HSL 357.93º 0.5% 0.23% -
HSV(B) 357.93º 0.67% 0.34% -
XYZ 4.62 3 1.63 -
YUV 46.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 87 29 31 0 0.67 0.64 0.66 357.93 0.5 0.23
Hex 57 1D 1F 0 43 40 42 166 32 17
Octal 127 35 37 0 103 100 102 546 62 27
Binary 1010111 11101 11111 0 1000011 1000000 1000010 101100110 110010 10111

Color Harmonies of #571D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D1F

Black with #571D1F

Text Example


Text Example

White with #571D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571D1F; }

 p { color: rgb(87,29,31); }

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

background-color css

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

 a { background-color: rgb(87,29,31); }

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

border-color css

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

 span { border-color: rgb(87,29,31); }

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