#551D31

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

Shades of Black Rose #551D31

Tints of Black Rose #551D31

Color information

#551D31 (or 0x551D31) is unknown color: approx Black Rose. HEX triplet: 55, 1D and 31. RGB value is (85,29,49). Sum of RGB (Red+Green+Blue) = 85+29+49=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D31 is #AAE2CE. Grayscale: #303030. Windows color (decimal): -11199183 or 3218773. OLE color: 3218773.

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

Color convert

RGB852949-
CMYK00.660.420.67
HSL338.57º49.12%22.35%-
HSV(B)338.57º65.88%33.33%-
XYZ4.743.033.24-
YUV48.02128.55154.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=52.15%
G=17.79%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85294900.660.420.67338.5749.1222.35
Hex551D310422A431533116
Octal12535610102521035236126
Binary10101011110111000101000010101010100001110101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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