#592728

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

Shades of Burnt Crimson #592728

Tints of Burnt Crimson #592728

Color information

#592728 (or 0x592728) is unknown color: approx Burnt Crimson. HEX triplet: 59, 27 and 28. RGB value is (89,39,40). Sum of RGB (Red+Green+Blue) = 89+39+40=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #592728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592728 is #A6D8D7. Grayscale: #363636. Windows color (decimal): -10934488 or 2631513. OLE color: 2631513.

HSL color Cylindrical-coordinate representation of color #592728: hue angle of 358.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592728 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB893940-
CMYK00.560.550.65
HSL358.8º39.06%25.1%-
HSV(B)358.8º56.18%34.9%-
XYZ5.233.732.45-
YUV54.06120.06152.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=52.98%
G=23.21%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89394000.560.550.65358.839.0625.1
Hex59272803837411672719
Octal1314750070671015474731
Binary10110011001111010000111000110111100000110110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592728; }

 p { color: rgb(89,39,40); }

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

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

 a { background-color: rgb(89,39,40); }

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

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

 span { border-color: rgb(89,39,40); }

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