#8C3843

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

Shades of Stiletto #8C3843

Tints of Stiletto #8C3843

Color information

#8C3843 (or 0x8C3843) is unknown color: approx Stiletto. HEX triplet: 8C, 38 and 43. RGB value is (140,56,67). Sum of RGB (Red+Green+Blue) = 140+56+67=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3843 is #73C7BC. Grayscale: #525252. Windows color (decimal): -7587773 or 4405388. OLE color: 4405388.

HSL color Cylindrical-coordinate representation of color #8C3843: hue angle of 352.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3843 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1405667-
CMYK00.60.520.45
HSL352.14º42.86%38.43%-
HSV(B)352.14º60%54.9%-
XYZ13.248.816.31-
YUV82.37119.33169.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=53.23%
G=21.29%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140566700.60.520.45352.1442.8638.43
Hex8C384303C342D1602b26
Octal2147010307464555405346
Binary1000110011100010000110111100110100101101101100000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,67); }

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

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

 a { background-color: rgb(140,56,67); }

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

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

 span { border-color: rgb(140,56,67); }

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