#8A3E40

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

Shades of Stiletto #8A3E40

Tints of Stiletto #8A3E40

Color information

#8A3E40 (or 0x8A3E40) is unknown color: approx Stiletto. HEX triplet: 8A, 3E and 40. RGB value is (138,62,64). Sum of RGB (Red+Green+Blue) = 138+62+64=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E40 is #75C1BF. Grayscale: #555555. Windows color (decimal): -7717312 or 4210314. OLE color: 4210314.

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

Color convert

RGB1386264-
CMYK00.550.540.46
HSL358.42º38%39.22%-
HSV(B)358.42º55.07%54.12%-
XYZ13.139.225.94-
YUV84.95116.18165.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=52.27%
G=23.48%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138626400.550.540.46358.423839.22
Hex8A3E40037362E1662627
Octal2127610006766565464647
Binary1000101011111010000000110111110110101110101100110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,64); }

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

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

 a { background-color: rgb(138,62,64); }

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

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

 span { border-color: rgb(138,62,64); }

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