#572029

Color #572029 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #572029

Tints of Burnt Crimson #572029

Color information

#572029 (or 0x572029) is unknown color: approx Burnt Crimson. HEX triplet: 57, 20 and 29. RGB value is (87,32,41). Sum of RGB (Red+Green+Blue) = 87+32+41=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #572029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572029 is #A8DFD6. Grayscale: #313131. Windows color (decimal): -11067351 or 2695255. OLE color: 2695255.

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

Color convert

RGB873241-
CMYK00.630.530.66
HSL350.18º46.22%23.33%-
HSV(B)350.18º63.22%34.12%-
XYZ4.853.222.46-
YUV49.47123.22154.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=54.38%
G=20%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87324100.630.530.66350.1846.2223.33
Hex57202903F354215e2e17
Octal1274051077651025365627
Binary10101111000001010010111111110101100001010101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572029; }

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

 H1.HeaderClassName
 {
   color: #572029;
 }
 .AnyTagClassName
 {
   color: #572029;
 }
</style>
background-color css

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

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

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

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

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

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