#551B2D

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

Shades of Black Rose #551B2D

Tints of Black Rose #551B2D

Color information

#551B2D (or 0x551B2D) is unknown color: approx Black Rose. HEX triplet: 55, 1B and 2D. RGB value is (85,27,45). Sum of RGB (Red+Green+Blue) = 85+27+45=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2D is #AAE4D2. Grayscale: #2E2E2E. Windows color (decimal): -11199699 or 2956117. OLE color: 2956117.

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

Color convert

RGB852745-
CMYK00.680.470.67
HSL341.38º51.79%21.96%-
HSV(B)341.38º68.24%33.33%-
XYZ4.612.92.8-
YUV46.39127.22155.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=54.14%
G=17.20%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85274500.680.470.67341.3851.7921.96
Hex551B2D0442F431553416
Octal12533550104571035256426
Binary10101011101110110101000100101111100001110101010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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