#551E37

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

Shades of Black Rose #551E37

Tints of Black Rose #551E37

Color information

#551E37 (or 0x551E37) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 37. RGB value is (85,30,55). Sum of RGB (Red+Green+Blue) = 85+30+55=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E37 is #AAE1C8. Grayscale: #313131. Windows color (decimal): -11198921 or 3612245. OLE color: 3612245.

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

Color convert

RGB853055-
CMYK00.650.350.67
HSL332.73º47.83%22.55%-
HSV(B)332.73º64.71%33.33%-
XYZ4.93.143.96-
YUV49.3131.22153.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=50%
G=17.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85305500.650.350.67332.7347.8322.55
Hex551E37041234314d3017
Octal12536670101431035156027
Binary10101011111011011101000001100011100001110100110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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