Html Css Color HEX #8A3742 Stiletto

📋 copy color: '#8A3742'

red 138 ◦ green 55 ◦ blue 66

#8A3742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #8A3742

Tints of Stiletto #8A3742

RGB

 RED value IS 138 (54.3% from 255) = 53.28%

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 53.28%
G = 21.24%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A3742 (or 0x8A3742) is known color: Stiletto. HEX triplet: 8A, 37 and 42. RGB value is (138,55,66). Sum of RGB (Red+Green+Blue) = 138+55+66=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3742 is #75C8BD. Grayscale: #515151. Windows color (decimal): -7719102 or 4339594. OLE color: 4339594.

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

Color convert

RGB 138 55 66 -
CMYK 0 0.60 0.52 0.46
HSL 352.05º 0.43% 0.38% -
HSV(B) 352.05º 0.6% 0.54% -
XYZ 12.83 8.53 6.12 -
YUV 81.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 138 55 66 0 0.60 0.52 0.46 352.05 0.43 0.38
Hex 8A 37 42 0 3C 34 2E 160 2B 26
Octal 212 67 102 0 74 64 56 540 53 46
Binary 10001010 110111 1000010 0 111100 110100 101110 101100000 101011 100110

Color Harmonies of #8A3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3742

Black with #8A3742

Text Example


Text Example

White with #8A3742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,66); }

 H1.HeaderClassName
 {
   color: #8A3742;
 }
 .AnyTagClassName
 {
   color: #8A3742;
 }
</style>

background-color css

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

 a { background-color: rgb(138,55,66); }

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

border-color css

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

 span { border-color: rgb(138,55,66); }

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