#552030

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

Shades of Black Rose #552030

Tints of Black Rose #552030

Color information

#552030 (or 0x552030) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 30. RGB value is (85,32,48). Sum of RGB (Red+Green+Blue) = 85+32+48=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #552030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552030 is #AADFCF. Grayscale: #313131. Windows color (decimal): -11198416 or 3154005. OLE color: 3154005.

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

Color convert

RGB853248-
CMYK00.620.440.67
HSL341.89º45.3%22.94%-
HSV(B)341.89º62.35%33.33%-
XYZ4.83.183.16-
YUV49.67127.06153.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=51.52%
G=19.39%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85324800.620.440.67341.8945.322.94
Hex55203003E2C431562d17
Octal1254060076541035265527
Binary10101011000001100000111110101100100001110101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552030; }

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

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

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

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

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

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

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

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