Html Css Color HEX #571920 Burnt Crimson

📋 copy color: '#571920'

red 87 ◦ green 25 ◦ blue 32

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

Shades of Burnt Crimson #571920

Tints of Burnt Crimson #571920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 60.42%
G = 17.36%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#571920 (or 0x571920) is known color: Burnt Crimson. HEX triplet: 57, 19 and 20. RGB value is (87,25,32). Sum of RGB (Red+Green+Blue) = 87+25+32=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571920 is #A8E6DF. Grayscale: #2C2C2C. Windows color (decimal): -11069152 or 2103639. OLE color: 2103639.

HSL color Cylindrical-coordinate representation of color #571920: hue angle of 353.23º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571920 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 32 -
CMYK 0 0.71 0.63 0.66
HSL 353.23º 0.55% 0.22% -
HSV(B) 353.23º 0.71% 0.34% -
XYZ 4.54 2.83 1.67 -
YUV 44.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 87 25 32 0 0.71 0.63 0.66 353.23 0.55 0.22
Hex 57 19 20 0 47 3F 42 161 37 16
Octal 127 31 40 0 107 77 102 541 67 26
Binary 1010111 11001 100000 0 1000111 111111 1000010 101100001 110111 10110

Color Harmonies of #571920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571920

Black with #571920

Text Example


Text Example

White with #571920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571920; }

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

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

background-color css

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

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

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

border-color css

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

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

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