#55202E

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

Shades of Black Rose #55202E

Tints of Black Rose #55202E

Color information

#55202E (or 0x55202E) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 2E. RGB value is (85,32,46). Sum of RGB (Red+Green+Blue) = 85+32+46=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55202E is #AADFD1. Grayscale: #313131. Windows color (decimal): -11198418 or 3022933. OLE color: 3022933.

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

Color convert

RGB853246-
CMYK00.620.460.67
HSL344.15º45.3%22.94%-
HSV(B)344.15º62.35%33.33%-
XYZ4.763.162.94-
YUV49.44126.06153.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=52.15%
G=19.63%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85324600.620.460.67344.1545.322.94
Hex55202E03E2E431582d17
Octal1254056076561035305527
Binary10101011000001011100111110101110100001110101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55202E; }

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

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

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

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

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

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

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

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