#582536

Color #582536 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #582536

Tints of Black Rose #582536

Color information

#582536 (or 0x582536) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 36. RGB value is (88,37,54). Sum of RGB (Red+Green+Blue) = 88+37+54=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582536 is #A7DAC9. Grayscale: #363636. Windows color (decimal): -11000522 or 3548504. OLE color: 3548504.

HSL color Cylindrical-coordinate representation of color #582536: hue angle of 340º 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 #582536 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB883754-
CMYK00.580.390.65
HSL340º40.8%24.51%-
HSV(B)340º57.95%34.51%-
XYZ5.353.663.92-
YUV54.19127.9152.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=49.16%
G=20.67%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88375400.580.390.6534040.824.51
Hex58253603A27411542919
Octal1304566072471015245131
Binary10110001001011101100111010100111100000110101010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582536; }

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

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

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

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

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

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

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

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