Html Css Color HEX #572028 Burnt Crimson

📋 copy color: '#572028'

red 87 ◦ green 32 ◦ blue 40

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

Shades of Burnt Crimson #572028

Tints of Burnt Crimson #572028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 54.72%
G = 20.13%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#572028 (or 0x572028) is known color: Burnt Crimson. HEX triplet: 57, 20 and 28. RGB value is (87,32,40). Sum of RGB (Red+Green+Blue) = 87+32+40=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572028 is #A8DFD7. Grayscale: #313131. Windows color (decimal): -11067352 or 2629719. OLE color: 2629719.

HSL color Cylindrical-coordinate representation of color #572028: hue angle of 351.27º 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 #572028 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 40 -
CMYK 0 0.63 0.54 0.66
HSL 351.27º 0.46% 0.23% -
HSV(B) 351.27º 0.63% 0.34% -
XYZ 4.83 3.21 2.37 -
YUV 49.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 87 32 40 0 0.63 0.54 0.66 351.27 0.46 0.23
Hex 57 20 28 0 3F 36 42 15F 2E 17
Octal 127 40 50 0 77 66 102 537 56 27
Binary 1010111 100000 101000 0 111111 110110 1000010 101011111 101110 10111

Color Harmonies of #572028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572028

Black with #572028

Text Example


Text Example

White with #572028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572028; }

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

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

background-color css

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

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

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

border-color css

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

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

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