#55212C

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

Shades of Black Rose #55212C

Tints of Black Rose #55212C

Color information

#55212C (or 0x55212C) is unknown color: approx Black Rose. HEX triplet: 55, 21 and 2C. RGB value is (85,33,44). Sum of RGB (Red+Green+Blue) = 85+33+44=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55212C is #AADED3. Grayscale: #313131. Windows color (decimal): -11198164 or 2892117. OLE color: 2892117.

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

Color convert

RGB853344-
CMYK00.610.480.67
HSL347.31º44.07%23.14%-
HSV(B)347.31º61.18%33.33%-
XYZ4.743.22.75-
YUV49.8124.73153.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=52.47%
G=20.37%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85334400.610.480.67347.3144.0723.14
Hex55212C03D304315b2c17
Octal1254154075601035335427
Binary10101011000011011000111101110000100001110101101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55212C; }

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

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

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

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

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

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

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

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