#551C33

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

Shades of Black Rose #551C33

Tints of Black Rose #551C33

Color information

#551C33 (or 0x551C33) is unknown color: approx Black Rose. HEX triplet: 55, 1C and 33. RGB value is (85,28,51). Sum of RGB (Red+Green+Blue) = 85+28+51=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #551C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C33 is #AAE3CC. Grayscale: #2F2F2F. Windows color (decimal): -11199437 or 3349589. OLE color: 3349589.

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

Color convert

RGB852851-
CMYK00.670.400.67
HSL335.79º50.44%22.16%-
HSV(B)335.79º67.06%33.33%-
XYZ4.7633.46-
YUV47.66129.88154.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=51.83%
G=17.07%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85285100.670.400.67335.7950.4422.16
Hex551C3304328431503216
Octal12534630103501035206226
Binary10101011110011001101000011101000100001110101000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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