#551D2C

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

Shades of Black Rose #551D2C

Tints of Black Rose #551D2C

Color information

#551D2C (or 0x551D2C) is unknown color: approx Black Rose. HEX triplet: 55, 1D and 2C. RGB value is (85,29,44). Sum of RGB (Red+Green+Blue) = 85+29+44=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D2C is #AAE2D3. Grayscale: #2F2F2F. Windows color (decimal): -11199188 or 2891093. OLE color: 2891093.

HSL color Cylindrical-coordinate representation of color #551D2C: hue angle of 343.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D2C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB852944-
CMYK00.660.480.67
HSL343.93º49.12%22.35%-
HSV(B)343.93º65.88%33.33%-
XYZ4.642.992.72-
YUV47.45126.05154.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=53.80%
G=18.35%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85294400.660.480.67343.9349.1222.35
Hex551D2C04230431583116
Octal12535540102601035306126
Binary10101011110110110001000010110000100001110101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D2C; }

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

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

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

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

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

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

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

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