#8C3941

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

Shades of Stiletto #8C3941

Tints of Stiletto #8C3941

Color information

#8C3941 (or 0x8C3941) is unknown color: approx Stiletto. HEX triplet: 8C, 39 and 41. RGB value is (140,57,65). Sum of RGB (Red+Green+Blue) = 140+57+65=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3941 is #73C6BE. Grayscale: #525252. Windows color (decimal): -7587519 or 4274572. OLE color: 4274572.

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

Color convert

RGB1405765-
CMYK00.590.540.45
HSL354.22º42.13%38.63%-
HSV(B)354.22º59.29%54.9%-
XYZ13.238.886.02-
YUV82.73118168.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=53.44%
G=21.76%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140576500.590.540.45354.2242.1338.63
Hex8C394103B362D1622a27
Octal2147110107366555425247
Binary1000110011100110000010111011110110101101101100010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,65); }

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

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

 a { background-color: rgb(140,57,65); }

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

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

 span { border-color: rgb(140,57,65); }

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