#551D33

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

Shades of Black Rose #551D33

Tints of Black Rose #551D33

Color information

#551D33 (or 0x551D33) is unknown color: approx Black Rose. HEX triplet: 55, 1D and 33. RGB value is (85,29,51). Sum of RGB (Red+Green+Blue) = 85+29+51=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D33 is #AAE2CC. Grayscale: #303030. Windows color (decimal): -11199181 or 3349845. OLE color: 3349845.

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

Color convert

RGB852951-
CMYK00.660.400.67
HSL336.43º49.12%22.35%-
HSV(B)336.43º65.88%33.33%-
XYZ4.783.053.47-
YUV48.25129.55154.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=51.52%
G=17.58%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85295100.660.400.67336.4349.1222.35
Hex551D3304228431503116
Octal12535630102501035206126
Binary10101011110111001101000010101000100001110101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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