#8A383F

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

Shades of Stiletto #8A383F

Tints of Stiletto #8A383F

Color information

#8A383F (or 0x8A383F) is unknown color: approx Stiletto. HEX triplet: 8A, 38 and 3F. RGB value is (138,56,63). Sum of RGB (Red+Green+Blue) = 138+56+63=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A383F is #75C7C0. Grayscale: #515151. Windows color (decimal): -7718849 or 4143242. OLE color: 4143242.

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

Color convert

RGB1385663-
CMYK00.590.540.46
HSL354.88º42.27%38.04%-
HSV(B)354.88º59.42%54.12%-
XYZ12.798.595.69-
YUV81.32117.67168.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.70%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 63 (25% from 255) = 24.51%
R=53.70%
G=21.79%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138566300.590.540.46354.8842.2738.04
Hex8A383F03B362E1632a26
Octal212707707366565435246
Binary100010101110001111110111011110110101110101100011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,63); }

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

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

 a { background-color: rgb(138,56,63); }

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

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

 span { border-color: rgb(138,56,63); }

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