#582432

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

Shades of Black Rose #582432

Tints of Black Rose #582432

Color information

#582432 (or 0x582432) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 32. RGB value is (88,36,50). Sum of RGB (Red+Green+Blue) = 88+36+50=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582432 is #A7DBCD. Grayscale: #353535. Windows color (decimal): -11000782 or 3286104. OLE color: 3286104.

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

Color convert

RGB883650-
CMYK00.590.430.65
HSL343.85º41.94%24.31%-
HSV(B)343.85º59.09%34.51%-
XYZ5.233.573.43-
YUV53.14126.23152.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=50.57%
G=20.69%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88365000.590.430.65343.8541.9424.31
Hex58243203B2B411582a18
Octal1304462073531015305230
Binary10110001001001100100111011101011100000110101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582432; }

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

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

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

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

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

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

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

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