#552332

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

Shades of Black Rose #552332

Tints of Black Rose #552332

Color information

#552332 (or 0x552332) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 32. RGB value is (85,35,50). Sum of RGB (Red+Green+Blue) = 85+35+50=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552332 is #AADCCD. Grayscale: #333333. Windows color (decimal): -11197646 or 3285845. OLE color: 3285845.

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

Color convert

RGB853550-
CMYK00.590.410.67
HSL342º41.67%23.53%-
HSV(B)342º58.82%33.33%-
XYZ4.923.363.41-
YUV51.66127.06151.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=50%
G=20.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85355000.590.410.6734241.6723.53
Hex55233203B29431562a18
Octal1254362073511035265230
Binary10101011000111100100111011101001100001110101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552332; }

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

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

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

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

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

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

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

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