#572326

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

Shades of Burnt Crimson #572326

Tints of Burnt Crimson #572326

Color information

#572326 (or 0x572326) is unknown color: approx Burnt Crimson. HEX triplet: 57, 23 and 26. RGB value is (87,35,38). Sum of RGB (Red+Green+Blue) = 87+35+38=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #572326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572326 is #A8DCD9. Grayscale: #323232. Windows color (decimal): -11066586 or 2499415. OLE color: 2499415.

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

Color convert

RGB873538-
CMYK00.600.560.66
HSL356.54º42.62%23.92%-
HSV(B)356.54º59.77%34.12%-
XYZ4.883.372.23-
YUV50.89120.73153.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=54.38%
G=21.88%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87353800.600.560.66356.5442.6223.92
Hex57232603C38421652b18
Octal1274346074701025455330
Binary10101111000111001100111100111000100001010110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572326; }

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

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

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

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

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

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

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

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