#8C3B45

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

Shades of Stiletto #8C3B45

Tints of Stiletto #8C3B45

Color information

#8C3B45 (or 0x8C3B45) is unknown color: approx Stiletto. HEX triplet: 8C, 3B and 45. RGB value is (140,59,69). Sum of RGB (Red+Green+Blue) = 140+59+69=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3B45 is #73C4BA. Grayscale: #545454. Windows color (decimal): -7587003 or 4537228. OLE color: 4537228.

HSL color Cylindrical-coordinate representation of color #8C3B45: hue angle of 352.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B45 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1405969-
CMYK00.580.510.45
HSL352.59º40.7%39.02%-
HSV(B)352.59º57.86%54.9%-
XYZ13.459.136.68-
YUV84.36119.34167.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=52.24%
G=22.01%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140596900.580.510.45352.5940.739.02
Hex8C3B4503A332D1612927
Octal2147310507263555415147
Binary1000110011101110001010111010110011101101101100001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3B45; }

 p { color: rgb(140,59,69); }

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

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

 a { background-color: rgb(140,59,69); }

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

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

 span { border-color: rgb(140,59,69); }

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