#572526

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

Shades of Burnt Crimson #572526

Tints of Burnt Crimson #572526

Color information

#572526 (or 0x572526) is unknown color: approx Burnt Crimson. HEX triplet: 57, 25 and 26. RGB value is (87,37,38). Sum of RGB (Red+Green+Blue) = 87+37+38=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #572526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572526 is #A8DAD9. Grayscale: #343434. Windows color (decimal): -11066074 or 2499927. OLE color: 2499927.

HSL color Cylindrical-coordinate representation of color #572526: hue angle of 358.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572526 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB873738-
CMYK00.570.560.66
HSL358.8º40.32%24.31%-
HSV(B)358.8º57.47%34.12%-
XYZ4.943.492.25-
YUV52.06120.06152.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=53.70%
G=22.84%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87373800.570.560.66358.840.3224.31
Hex57252603938421672818
Octal1274546071701025475030
Binary10101111001011001100111001111000100001010110011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572526; }

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

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

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

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

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

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

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

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