#582533

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

Shades of Black Rose #582533

Tints of Black Rose #582533

Color information

#582533 (or 0x582533) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 33. RGB value is (88,37,51). Sum of RGB (Red+Green+Blue) = 88+37+51=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582533 is #A7DACC. Grayscale: #353535. Windows color (decimal): -11000525 or 3351896. OLE color: 3351896.

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

Color convert

RGB883751-
CMYK00.580.420.65
HSL343.53º40.8%24.51%-
HSV(B)343.53º57.95%34.51%-
XYZ5.283.643.56-
YUV53.84126.4152.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=50%
G=21.02%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88375100.580.420.65343.5340.824.51
Hex58253303A2A411582919
Octal1304563072521015305131
Binary10110001001011100110111010101010100000110101100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582533; }

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

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

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

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

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

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

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

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