#55222C

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

Shades of Black Rose #55222C

Tints of Black Rose #55222C

Color information

#55222C (or 0x55222C) is unknown color: approx Black Rose. HEX triplet: 55, 22 and 2C. RGB value is (85,34,44). Sum of RGB (Red+Green+Blue) = 85+34+44=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55222C is #AADDD3. Grayscale: #323232. Windows color (decimal): -11197908 or 2892373. OLE color: 2892373.

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

Color convert

RGB853444-
CMYK00.600.480.67
HSL348.24º42.86%23.33%-
HSV(B)348.24º60%33.33%-
XYZ4.773.262.76-
YUV50.39124.4152.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=52.15%
G=20.86%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85344400.600.480.67348.2442.8623.33
Hex55222C03C304315c2b17
Octal1254254074601035345327
Binary10101011000101011000111100110000100001110101110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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