#552032

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

Shades of Black Rose #552032

Tints of Black Rose #552032

Color information

#552032 (or 0x552032) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 32. RGB value is (85,32,50). Sum of RGB (Red+Green+Blue) = 85+32+50=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552032 is #AADFCD. Grayscale: #313131. Windows color (decimal): -11198414 or 3285077. OLE color: 3285077.

HSL color Cylindrical-coordinate representation of color #552032: hue angle of 339.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552032 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB853250-
CMYK00.620.410.67
HSL339.62º45.3%22.94%-
HSV(B)339.62º62.35%33.33%-
XYZ4.843.193.38-
YUV49.9128.06153.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=50.90%
G=19.16%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85325000.620.410.67339.6245.322.94
Hex55203203E29431542d17
Octal1254062076511035245527
Binary10101011000001100100111110101001100001110101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552032; }

 p { color: rgb(85,32,50); }

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

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

 a { background-color: rgb(85,32,50); }

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

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

 span { border-color: rgb(85,32,50); }

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