Html Css Color HEX #571C21 Burnt Crimson

📋 copy color: '#571C21'

red 87 ◦ green 28 ◦ blue 33

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

Shades of Burnt Crimson #571C21

Tints of Burnt Crimson #571C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

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

R = 58.78%
G = 18.92%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#571C21 (or 0x571C21) is known color: Burnt Crimson. HEX triplet: 57, 1C and 21. RGB value is (87,28,33). Sum of RGB (Red+Green+Blue) = 87+28+33=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C21 is #A8E3DE. Grayscale: #2E2E2E. Windows color (decimal): -11068383 or 2169943. OLE color: 2169943.

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

Color convert

RGB 87 28 33 -
CMYK 0 0.68 0.62 0.66
HSL 354.92º 0.51% 0.23% -
HSV(B) 354.92º 0.68% 0.34% -
XYZ 4.62 2.97 1.77 -
YUV 46.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 87 28 33 0 0.68 0.62 0.66 354.92 0.51 0.23
Hex 57 1C 21 0 44 3E 42 163 33 17
Octal 127 34 41 0 104 76 102 543 63 27
Binary 1010111 11100 100001 0 1000100 111110 1000010 101100011 110011 10111

Color Harmonies of #571C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C21

Black with #571C21

Text Example


Text Example

White with #571C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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