Html Css Color HEX #8E173C Shiraz

📋 copy color: '#8E173C'

red 142 ◦ green 23 ◦ blue 60

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

Shades of Shiraz #8E173C

Tints of Shiraz #8E173C

RGB

 RED value IS 142 (55.86% from 255) = 63.11%

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 63.11%
G = 10.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E173C (or 0x8E173C) is known color: Shiraz. HEX triplet: 8E, 17 and 3C. RGB value is (142,23,60). Sum of RGB (Red+Green+Blue) = 142+23+60=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E173C is #71E8C3. Grayscale: #3E3E3E. Windows color (decimal): -7465156 or 3938190. OLE color: 3938190.

HSL color Cylindrical-coordinate representation of color #8E173C: hue angle of 341.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E173C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 60 -
CMYK 0 0.84 0.58 0.44
HSL 341.34º 0.72% 0.32% -
HSV(B) 341.34º 0.84% 0.56% -
XYZ 12.28 6.69 4.92 -
YUV 62.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 142 23 60 0 0.84 0.58 0.44 341.34 0.72 0.32
Hex 8E 17 3C 0 54 3A 2C 155 48 20
Octal 216 27 74 0 124 72 54 525 110 40
Binary 10001110 10111 111100 0 1010100 111010 101100 101010101 1001000 100000

Color Harmonies of #8E173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E173C

Black with #8E173C

Text Example


Text Example

White with #8E173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,60); }

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

background-color css

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

 a { background-color: rgb(142,23,60); }

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

border-color css

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

 span { border-color: rgb(142,23,60); }

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