#551F31

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

Shades of Black Rose #551F31

Tints of Black Rose #551F31

Color information

#551F31 (or 0x551F31) is unknown color: approx Black Rose. HEX triplet: 55, 1F and 31. RGB value is (85,31,49). Sum of RGB (Red+Green+Blue) = 85+31+49=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F31 is #AAE0CE. Grayscale: #313131. Windows color (decimal): -11198671 or 3219285. OLE color: 3219285.

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

Color convert

RGB853149-
CMYK00.640.420.67
HSL340º46.55%22.75%-
HSV(B)340º63.53%33.33%-
XYZ4.793.133.26-
YUV49.2127.89153.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=51.52%
G=18.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85314900.640.420.6734046.5522.75
Hex551F310402A431542f17
Octal12537610100521035245727
Binary10101011111111000101000000101010100001110101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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