#551B2F

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

Shades of Black Rose #551B2F

Tints of Black Rose #551B2F

Color information

#551B2F (or 0x551B2F) is unknown color: approx Black Rose. HEX triplet: 55, 1B and 2F. RGB value is (85,27,47). Sum of RGB (Red+Green+Blue) = 85+27+47=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2F is #AAE4D0. Grayscale: #2E2E2E. Windows color (decimal): -11199697 or 3087189. OLE color: 3087189.

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

Color convert

RGB852747-
CMYK00.680.450.67
HSL339.31º51.79%21.96%-
HSV(B)339.31º68.24%33.33%-
XYZ4.652.923.01-
YUV46.62128.22155.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=53.46%
G=16.98%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85274700.680.450.67339.3151.7921.96
Hex551B2F0442D431533416
Octal12533570104551035236426
Binary10101011101110111101000100101101100001110101001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,47); }

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

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

 a { background-color: rgb(85,27,47); }

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

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

 span { border-color: rgb(85,27,47); }

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