#572026

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

Shades of Burnt Crimson #572026

Tints of Burnt Crimson #572026

Color information

#572026 (or 0x572026) is unknown color: approx Burnt Crimson. HEX triplet: 57, 20 and 26. RGB value is (87,32,38). Sum of RGB (Red+Green+Blue) = 87+32+38=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #572026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572026 is #A8DFD9. Grayscale: #313131. Windows color (decimal): -11067354 or 2498647. OLE color: 2498647.

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

Color convert

RGB873238-
CMYK00.630.560.66
HSL353.45º46.22%23.33%-
HSV(B)353.45º63.22%34.12%-
XYZ4.83.22.2-
YUV49.13121.72155.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=55.41%
G=20.38%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87323800.630.560.66353.4546.2223.33
Hex57202603F38421612e17
Octal1274046077701025415627
Binary10101111000001001100111111111000100001010110000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572026; }

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

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

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

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

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

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

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

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