#8A3A43

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

Shades of Stiletto #8A3A43

Tints of Stiletto #8A3A43

Color information

#8A3A43 (or 0x8A3A43) is unknown color: approx Stiletto. HEX triplet: 8A, 3A and 43. RGB value is (138,58,67). Sum of RGB (Red+Green+Blue) = 138+58+67=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3A43 is #75C5BC. Grayscale: #525252. Windows color (decimal): -7718333 or 4405898. OLE color: 4405898.

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

Color convert

RGB1385867-
CMYK00.580.510.46
HSL353.25º40.82%38.43%-
HSV(B)353.25º57.97%54.12%-
XYZ13.018.836.33-
YUV82.95119167.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=52.47%
G=22.05%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138586700.580.510.46353.2540.8238.43
Hex8A3A4303A332E1612926
Octal2127210307263565415146
Binary1000101011101010000110111010110011101110101100001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,67); }

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

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

 a { background-color: rgb(138,58,67); }

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

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

 span { border-color: rgb(138,58,67); }

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