#551B33

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

Shades of Black Rose #551B33

Tints of Black Rose #551B33

Color information

#551B33 (or 0x551B33) is unknown color: approx Black Rose. HEX triplet: 55, 1B and 33. RGB value is (85,27,51). Sum of RGB (Red+Green+Blue) = 85+27+51=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B33 is #AAE4CC. Grayscale: #2F2F2F. Windows color (decimal): -11199693 or 3349333. OLE color: 3349333.

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

Color convert

RGB852751-
CMYK00.680.400.67
HSL335.17º51.79%21.96%-
HSV(B)335.17º68.24%33.33%-
XYZ4.742.953.45-
YUV47.08130.22155.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=52.15%
G=16.56%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85275100.680.400.67335.1751.7921.96
Hex551B33044284314f3416
Octal12533630104501035176426
Binary10101011101111001101000100101000100001110100111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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