#552033

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

Shades of Black Rose #552033

Tints of Black Rose #552033

Color information

#552033 (or 0x552033) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 33. RGB value is (85,32,51). Sum of RGB (Red+Green+Blue) = 85+32+51=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552033 is #AADFCC. Grayscale: #313131. Windows color (decimal): -11198413 or 3350613. OLE color: 3350613.

HSL color Cylindrical-coordinate representation of color #552033: hue angle of 338.49º 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 #552033 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB853251-
CMYK00.620.400.67
HSL338.49º45.3%22.94%-
HSV(B)338.49º62.35%33.33%-
XYZ4.863.23.49-
YUV50.01128.56152.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=50.60%
G=19.05%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85325100.620.400.67338.4945.322.94
Hex55203303E28431522d17
Octal1254063076501035225527
Binary10101011000001100110111110101000100001110101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552033; }

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

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

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

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

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

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

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

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