#582232

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

Shades of Black Rose #582232

Tints of Black Rose #582232

Color information

#582232 (or 0x582232) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 32. RGB value is (88,34,50). Sum of RGB (Red+Green+Blue) = 88+34+50=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #582232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582232 is #A7DDCD. Grayscale: #333333. Windows color (decimal): -11001294 or 3285592. OLE color: 3285592.

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

Color convert

RGB883450-
CMYK00.610.430.65
HSL342.22º44.26%23.92%-
HSV(B)342.22º61.36%34.51%-
XYZ5.173.453.41-
YUV51.97126.89153.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=51.16%
G=19.77%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88345000.610.430.65342.2244.2623.92
Hex58223203D2B411562c18
Octal1304262075531015265430
Binary10110001000101100100111101101011100000110101011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582232; }

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

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

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

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

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

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

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

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