#55202D

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

Shades of Black Rose #55202D

Tints of Black Rose #55202D

Color information

#55202D (or 0x55202D) is unknown color: approx Black Rose. HEX triplet: 55, 20 and 2D. RGB value is (85,32,45). Sum of RGB (Red+Green+Blue) = 85+32+45=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55202D is #AADFD2. Grayscale: #313131. Windows color (decimal): -11198419 or 2957397. OLE color: 2957397.

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

Color convert

RGB853245-
CMYK00.620.470.67
HSL345.28º45.3%22.94%-
HSV(B)345.28º62.35%33.33%-
XYZ4.743.152.84-
YUV49.33125.56153.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=52.47%
G=19.75%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85324500.620.470.67345.2845.322.94
Hex55202D03E2F431592d17
Octal1254055076571035315527
Binary10101011000001011010111110101111100001110101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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