#551B32

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

Shades of Black Rose #551B32

Tints of Black Rose #551B32

Color information

#551B32 (or 0x551B32) is unknown color: approx Black Rose. HEX triplet: 55, 1B and 32. RGB value is (85,27,50). Sum of RGB (Red+Green+Blue) = 85+27+50=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B32 is #AAE4CD. Grayscale: #2E2E2E. Windows color (decimal): -11199694 or 3283797. OLE color: 3283797.

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

Color convert

RGB852750-
CMYK00.680.410.67
HSL336.21º51.79%21.96%-
HSV(B)336.21º68.24%33.33%-
XYZ4.712.953.34-
YUV46.96129.72155.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=52.47%
G=16.67%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85275000.680.410.67336.2151.7921.96
Hex551B3204429431503416
Octal12533620104511035206426
Binary10101011101111001001000100101001100001110101000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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