#844046

Color #844046 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #844046

Tints of Stiletto #844046

Color information

#844046 (or 0x844046) is unknown color: approx Stiletto. HEX triplet: 84, 40 and 46. RGB value is (132,64,70). Sum of RGB (Red+Green+Blue) = 132+64+70=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844046 is #7BBFB9. Grayscale: #555555. Windows color (decimal): -8110010 or 4604036. OLE color: 4604036.

HSL color Cylindrical-coordinate representation of color #844046: hue angle of 354.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844046 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1326470-
CMYK00.520.470.48
HSL354.71º34.69%38.43%-
HSV(B)354.71º51.52%51.76%-
XYZ12.459.016.88-
YUV85.02119.53161.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=49.62%
G=24.06%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132647000.520.470.48354.7134.6938.43
Hex8440460342F301632326
Octal20410010606457605434346
Binary10000100100000010001100110100101111110000101100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844046; }

 p { color: rgb(132,64,70); }

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

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

 a { background-color: rgb(132,64,70); }

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

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

 span { border-color: rgb(132,64,70); }

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