#551E32

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

Shades of Black Rose #551E32

Tints of Black Rose #551E32

Color information

#551E32 (or 0x551E32) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 32. RGB value is (85,30,50). Sum of RGB (Red+Green+Blue) = 85+30+50=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E32 is #AAE1CD. Grayscale: #303030. Windows color (decimal): -11198926 or 3284565. OLE color: 3284565.

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

Color convert

RGB853050-
CMYK00.650.410.67
HSL338.18º47.83%22.55%-
HSV(B)338.18º64.71%33.33%-
XYZ4.793.093.36-
YUV48.72128.72153.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=51.52%
G=18.18%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85305000.650.410.67338.1847.8322.55
Hex551E3204129431523017
Octal12536620101511035226027
Binary10101011111011001001000001101001100001110101001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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