#844145

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

Shades of Stiletto #844145

Tints of Stiletto #844145

Color information

#844145 (or 0x844145) is unknown color: approx Stiletto. HEX triplet: 84, 41 and 45. RGB value is (132,65,69). Sum of RGB (Red+Green+Blue) = 132+65+69=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844145 is #7BBEBA. Grayscale: #555555. Windows color (decimal): -8109755 or 4538756. OLE color: 4538756.

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

Color convert

RGB1326569-
CMYK00.510.480.48
HSL356.42º34.01%38.63%-
HSV(B)356.42º50.76%51.76%-
XYZ12.489.126.73-
YUV85.49118.7161.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=49.62%
G=24.44%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132656900.510.480.48356.4234.0138.63
Hex84414503330301642227
Octal20410110506360605444247
Binary10000100100000110001010110011110000110000101100100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844145; }

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

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

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

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

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

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

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

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