#844345

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

Shades of Stiletto #844345

Tints of Stiletto #844345

Color information

#844345 (or 0x844345) is unknown color: approx Stiletto. HEX triplet: 84, 43 and 45. RGB value is (132,67,69). Sum of RGB (Red+Green+Blue) = 132+67+69=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #844345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844345 is #7BBCBA. Grayscale: #565656. Windows color (decimal): -8109243 or 4539268. OLE color: 4539268.

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

Color convert

RGB1326769-
CMYK00.490.480.48
HSL358.15º32.66%39.02%-
HSV(B)358.15º49.24%51.76%-
XYZ12.69.356.77-
YUV86.66118.03160.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=49.25%
G=25%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132676900.490.480.48358.1532.6639.02
Hex84434503130301662127
Octal20410310506160605464147
Binary10000100100001110001010110001110000110000101100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844345; }

 p { color: rgb(132,67,69); }

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

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

 a { background-color: rgb(132,67,69); }

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

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

 span { border-color: rgb(132,67,69); }

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