#582127

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

Shades of Burnt Crimson #582127

Tints of Burnt Crimson #582127

Color information

#582127 (or 0x582127) is unknown color: approx Burnt Crimson. HEX triplet: 58, 21 and 27. RGB value is (88,33,39). Sum of RGB (Red+Green+Blue) = 88+33+39=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582127 is #A7DED8. Grayscale: #323232. Windows color (decimal): -11001561 or 2564440. OLE color: 2564440.

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

Color convert

RGB883339-
CMYK00.620.560.65
HSL353.45º45.45%23.73%-
HSV(B)353.45º62.5%34.51%-
XYZ4.933.312.3-
YUV50.13121.72155.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=55%
G=20.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88333900.620.560.65353.4545.4523.73
Hex58212703E38411612d18
Octal1304147076701015415530
Binary10110001000011001110111110111000100000110110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582127; }

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

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

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

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

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

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

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

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