#582438

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

Shades of Black Rose #582438

Tints of Black Rose #582438

Color information

#582438 (or 0x582438) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 38. RGB value is (88,36,56). Sum of RGB (Red+Green+Blue) = 88+36+56=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #582438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582438 is #A7DBC7. Grayscale: #353535. Windows color (decimal): -11000776 or 3679320. OLE color: 3679320.

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

Color convert

RGB883656-
CMYK00.590.360.65
HSL336.92º41.94%24.31%-
HSV(B)336.92º59.09%34.51%-
XYZ5.373.624.16-
YUV53.83129.23152.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=48.89%
G=20%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88365600.590.360.65336.9241.9424.31
Hex58243803B24411512a18
Octal1304470073441015215230
Binary10110001001001110000111011100100100000110101000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582438; }

 p { color: rgb(88,36,56); }

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

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

 a { background-color: rgb(88,36,56); }

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

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

 span { border-color: rgb(88,36,56); }

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