#552133

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

Shades of Black Rose #552133

Tints of Black Rose #552133

Color information

#552133 (or 0x552133) is unknown color: approx Black Rose. HEX triplet: 55, 21 and 33. RGB value is (85,33,51). Sum of RGB (Red+Green+Blue) = 85+33+51=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552133 is #AADECC. Grayscale: #323232. Windows color (decimal): -11198157 or 3350869. OLE color: 3350869.

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

Color convert

RGB853351-
CMYK00.610.400.67
HSL339.23º44.07%23.14%-
HSV(B)339.23º61.18%33.33%-
XYZ4.893.263.5-
YUV50.6128.23152.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=50.30%
G=19.53%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85335100.610.400.67339.2344.0723.14
Hex55213303D28431532c17
Octal1254163075501035235427
Binary10101011000011100110111101101000100001110101001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552133; }

 p { color: rgb(85,33,51); }

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

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

 a { background-color: rgb(85,33,51); }

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

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

 span { border-color: rgb(85,33,51); }

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