Html Css Color HEX #571A1D Burnt Crimson

📋 copy color: '#571A1D'

red 87 ◦ green 26 ◦ blue 29

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

Shades of Burnt Crimson #571A1D

Tints of Burnt Crimson #571A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 61.27%
G = 18.31%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#571A1D (or 0x571A1D) is known color: Burnt Crimson. HEX triplet: 57, 1A and 1D. RGB value is (87,26,29). Sum of RGB (Red+Green+Blue) = 87+26+29=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A1D is #A8E5E2. Grayscale: #2C2C2C. Windows color (decimal): -11068899 or 1907287. OLE color: 1907287.

HSL color Cylindrical-coordinate representation of color #571A1D: hue angle of 357.05º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A1D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 29 -
CMYK 0 0.70 0.67 0.66
HSL 357.05º 0.54% 0.22% -
HSV(B) 357.05º 0.7% 0.34% -
XYZ 4.52 2.85 1.47 -
YUV 44.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 87 26 29 0 0.70 0.67 0.66 357.05 0.54 0.22
Hex 57 1A 1D 0 46 43 42 165 36 16
Octal 127 32 35 0 106 103 102 545 66 26
Binary 1010111 11010 11101 0 1000110 1000011 1000010 101100101 110110 10110

Color Harmonies of #571A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A1D

Black with #571A1D

Text Example


Text Example

White with #571A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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