Html Css Color HEX #571F21 Burnt Crimson

📋 copy color: '#571F21'

red 87 ◦ green 31 ◦ blue 33

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

Shades of Burnt Crimson #571F21

Tints of Burnt Crimson #571F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 57.62%
G = 20.53%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#571F21 (or 0x571F21) is known color: Burnt Crimson. HEX triplet: 57, 1F and 21. RGB value is (87,31,33). Sum of RGB (Red+Green+Blue) = 87+31+33=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F21 is #A8E0DE. Grayscale: #303030. Windows color (decimal): -11067615 or 2170711. OLE color: 2170711.

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

Color convert

RGB 87 31 33 -
CMYK 0 0.64 0.62 0.66
HSL 357.86º 0.47% 0.23% -
HSV(B) 357.86º 0.64% 0.34% -
XYZ 4.69 3.12 1.79 -
YUV 47.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 87 31 33 0 0.64 0.62 0.66 357.86 0.47 0.23
Hex 57 1F 21 0 40 3E 42 166 2F 17
Octal 127 37 41 0 100 76 102 546 57 27
Binary 1010111 11111 100001 0 1000000 111110 1000010 101100110 101111 10111

Color Harmonies of #571F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F21

Black with #571F21

Text Example


Text Example

White with #571F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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