#551E2D

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

Shades of Black Rose #551E2D

Tints of Black Rose #551E2D

Color information

#551E2D (or 0x551E2D) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 2D. RGB value is (85,30,45). Sum of RGB (Red+Green+Blue) = 85+30+45=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2D is #AAE1D2. Grayscale: #303030. Windows color (decimal): -11198931 or 2956885. OLE color: 2956885.

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

Color convert

RGB853045-
CMYK00.650.470.67
HSL343.64º47.83%22.55%-
HSV(B)343.64º64.71%33.33%-
XYZ4.683.052.82-
YUV48.16126.22154.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=53.12%
G=18.75%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85304500.650.470.67343.6447.8322.55
Hex551E2D0412F431583017
Octal12536550101571035306027
Binary10101011111010110101000001101111100001110101100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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