#582527

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

Shades of Burnt Crimson #582527

Tints of Burnt Crimson #582527

Color information

#582527 (or 0x582527) is unknown color: approx Burnt Crimson. HEX triplet: 58, 25 and 27. RGB value is (88,37,39). Sum of RGB (Red+Green+Blue) = 88+37+39=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #582527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582527 is #A7DAD8. Grayscale: #343434. Windows color (decimal): -11000537 or 2565464. OLE color: 2565464.

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

Color convert

RGB883739-
CMYK00.580.560.65
HSL357.65º40.8%24.51%-
HSV(B)357.65º57.95%34.51%-
XYZ5.053.542.34-
YUV52.48120.4153.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=53.66%
G=22.56%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88373900.580.560.65357.6540.824.51
Hex58252703A38411662919
Octal1304547072701015465131
Binary10110001001011001110111010111000100000110110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582527; }

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

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

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

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

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

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

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

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