#552139

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

Shades of Black Rose #552139

Tints of Black Rose #552139

Color information

#552139 (or 0x552139) is unknown color: approx Black Rose. HEX triplet: 55, 21 and 39. RGB value is (85,33,57). Sum of RGB (Red+Green+Blue) = 85+33+57=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552139 is #AADEC6. Grayscale: #333333. Windows color (decimal): -11198151 or 3744085. OLE color: 3744085.

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

Color convert

RGB853357-
CMYK00.610.330.67
HSL332.31º44.07%23.14%-
HSV(B)332.31º61.18%33.33%-
XYZ5.033.314.25-
YUV51.28131.23152.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 57 (22.66% from 255) = 32.57%
R=48.57%
G=18.86%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85335700.610.330.67332.3144.0723.14
Hex55213903D214314c2c17
Octal1254171075411035145427
Binary10101011000011110010111101100001100001110100110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552139; }

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

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

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

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

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

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

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

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