#582027

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

Shades of Burnt Crimson #582027

Tints of Burnt Crimson #582027

Color information

#582027 (or 0x582027) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 27. RGB value is (88,32,39). Sum of RGB (Red+Green+Blue) = 88+32+39=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #582027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582027 is #A7DFD8. Grayscale: #313131. Windows color (decimal): -11001817 or 2564184. OLE color: 2564184.

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

Color convert

RGB883239-
CMYK00.640.560.65
HSL352.5º46.67%23.53%-
HSV(B)352.5º63.64%34.51%-
XYZ4.913.252.29-
YUV49.54122.05155.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=55.35%
G=20.13%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88323900.640.560.65352.546.6723.53
Hex58202704038411602f18
Octal13040470100701015405730
Binary101100010000010011101000000111000100000110110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582027; }

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

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

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

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

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

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

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

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