#552232

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

Shades of Black Rose #552232

Tints of Black Rose #552232

Color information

#552232 (or 0x552232) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 32. RGB value is (85,34,50). Sum of RGB (Red+Green+Blue) = 85+34+50=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552232 is #AADDCD. Grayscale: #333333. Windows color (decimal): -11197902 or 3285589. OLE color: 3285589.

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

Color convert

RGB853450-
CMYK00.600.410.67
HSL341.18º42.86%23.33%-
HSV(B)341.18º60%33.33%-
XYZ4.893.313.4-
YUV51.07127.4152.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=50.30%
G=20.12%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85345000.600.410.67341.1842.8623.33
Hex55223203C29431552b17
Octal1254262074511035255327
Binary10101011000101100100111100101001100001110101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552232; }

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

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

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

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

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

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

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

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