#551E2C

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

Shades of Black Rose #551E2C

Tints of Black Rose #551E2C

Color information

#551E2C (or 0x551E2C) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 2C. RGB value is (85,30,44). Sum of RGB (Red+Green+Blue) = 85+30+44=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E2C is #AAE1D3. Grayscale: #303030. Windows color (decimal): -11198932 or 2891349. OLE color: 2891349.

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

Color convert

RGB853044-
CMYK00.650.480.67
HSL344.73º47.83%22.55%-
HSV(B)344.73º64.71%33.33%-
XYZ4.673.042.72-
YUV48.04125.72154.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=53.46%
G=18.87%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85304400.650.480.67344.7347.8322.55
Hex551E2C04130431593017
Octal12536540101601035316027
Binary10101011111010110001000001110000100001110101100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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