#551E31

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

Shades of Black Rose #551E31

Tints of Black Rose #551E31

Color information

#551E31 (or 0x551E31) is unknown color: approx Black Rose. HEX triplet: 55, 1E and 31. RGB value is (85,30,49). Sum of RGB (Red+Green+Blue) = 85+30+49=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #551E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E31 is #AAE1CE. Grayscale: #303030. Windows color (decimal): -11198927 or 3219029. OLE color: 3219029.

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

Color convert

RGB853049-
CMYK00.650.420.67
HSL339.27º47.83%22.55%-
HSV(B)339.27º64.71%33.33%-
XYZ4.763.083.25-
YUV48.61128.22153.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=51.83%
G=18.29%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85304900.650.420.67339.2747.8322.55
Hex551E310412A431533017
Octal12536610101521035236027
Binary10101011111011000101000001101010100001110101001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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