#582427

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

Shades of Burnt Crimson #582427

Tints of Burnt Crimson #582427

Color information

#582427 (or 0x582427) is unknown color: approx Burnt Crimson. HEX triplet: 58, 24 and 27. RGB value is (88,36,39). Sum of RGB (Red+Green+Blue) = 88+36+39=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582427 is #A7DBD8. Grayscale: #333333. Windows color (decimal): -11000793 or 2565208. OLE color: 2565208.

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

Color convert

RGB883639-
CMYK00.590.560.65
HSL356.54º41.94%24.31%-
HSV(B)356.54º59.09%34.51%-
XYZ5.023.482.33-
YUV51.89120.73153.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=53.99%
G=22.09%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363900.590.560.65356.5441.9424.31
Hex58242703B38411652a18
Octal1304447073701015455230
Binary10110001001001001110111011111000100000110110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582427; }

 p { color: rgb(88,36,39); }

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

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

 a { background-color: rgb(88,36,39); }

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

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

 span { border-color: rgb(88,36,39); }

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