Html Css Color HEX #572024 Burnt Crimson

📋 copy color: '#572024'

red 87 ◦ green 32 ◦ blue 36

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

Shades of Burnt Crimson #572024

Tints of Burnt Crimson #572024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 56.13%
G = 20.65%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#572024 (or 0x572024) is known color: Burnt Crimson. HEX triplet: 57, 20 and 24. RGB value is (87,32,36). Sum of RGB (Red+Green+Blue) = 87+32+36=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #572024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572024 is #A8DFDB. Grayscale: #303030. Windows color (decimal): -11067356 or 2367575. OLE color: 2367575.

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

Color convert

RGB 87 32 36 -
CMYK 0 0.63 0.59 0.66
HSL 355.64º 0.46% 0.23% -
HSV(B) 355.64º 0.63% 0.34% -
XYZ 4.77 3.19 2.03 -
YUV 48.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 87 32 36 0 0.63 0.59 0.66 355.64 0.46 0.23
Hex 57 20 24 0 3F 3B 42 164 2E 17
Octal 127 40 44 0 77 73 102 544 56 27
Binary 1010111 100000 100100 0 111111 111011 1000010 101100100 101110 10111

Color Harmonies of #572024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572024

Black with #572024

Text Example


Text Example

White with #572024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572024; }

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

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

background-color css

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

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

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

border-color css

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

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

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