#552239

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

Shades of Black Rose #552239

Tints of Black Rose #552239

Color information

#552239 (or 0x552239) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 39. RGB value is (85,34,57). Sum of RGB (Red+Green+Blue) = 85+34+57=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552239 is #AADDC6. Grayscale: #333333. Windows color (decimal): -11197895 or 3744341. OLE color: 3744341.

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

Color convert

RGB853457-
CMYK00.600.330.67
HSL332.94º42.86%23.33%-
HSV(B)332.94º60%33.33%-
XYZ5.063.374.25-
YUV51.87130.9151.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=48.30%
G=19.32%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85345700.600.330.67332.9442.8623.33
Hex55223903C214314d2b17
Octal1254271074411035155327
Binary10101011000101110010111100100001100001110100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552239; }

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

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

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

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

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

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

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

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