Html Css Color HEX #8A3E41 Stiletto

📋 copy color: '#8A3E41'

red 138 ◦ green 62 ◦ blue 65

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

Shades of Stiletto #8A3E41

Tints of Stiletto #8A3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 52.08%
G = 23.4%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A3E41 (or 0x8A3E41) is known color: Stiletto. HEX triplet: 8A, 3E and 41. RGB value is (138,62,65). Sum of RGB (Red+Green+Blue) = 138+62+65=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E41 is #75C1BE. Grayscale: #555555. Windows color (decimal): -7717311 or 4275850. OLE color: 4275850.

HSL color Cylindrical-coordinate representation of color #8A3E41: hue angle of 357.63º 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 #8A3E41 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 62 65 -
CMYK 0 0.55 0.53 0.46
HSL 357.63º 0.38% 0.39% -
HSV(B) 357.63º 0.55% 0.54% -
XYZ 13.16 9.23 6.09 -
YUV 85.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 138 62 65 0 0.55 0.53 0.46 357.63 0.38 0.39
Hex 8A 3E 41 0 37 35 2E 166 26 27
Octal 212 76 101 0 67 65 56 546 46 47
Binary 10001010 111110 1000001 0 110111 110101 101110 101100110 100110 100111

Color Harmonies of #8A3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E41

Black with #8A3E41

Text Example


Text Example

White with #8A3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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