Html Css Color HEX #8E163C Shiraz

📋 copy color: '#8E163C'

red 142 ◦ green 22 ◦ blue 60

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

Shades of Shiraz #8E163C

Tints of Shiraz #8E163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 63.39%
G = 9.82%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E163C (or 0x8E163C) is known color: Shiraz. HEX triplet: 8E, 16 and 3C. RGB value is (142,22,60). Sum of RGB (Red+Green+Blue) = 142+22+60=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E163C is #71E9C3. Grayscale: #3E3E3E. Windows color (decimal): -7465412 or 3937934. OLE color: 3937934.

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

Color convert

RGB 142 22 60 -
CMYK 0 0.85 0.58 0.44
HSL 341º 0.73% 0.32% -
HSV(B) 341º 0.85% 0.56% -
XYZ 12.26 6.65 4.91 -
YUV 62.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 142 22 60 0 0.85 0.58 0.44 341 0.73 0.32
Hex 8E 16 3C 0 55 3A 2C 155 49 20
Octal 216 26 74 0 125 72 54 525 111 40
Binary 10001110 10110 111100 0 1010101 111010 101100 101010101 1001001 100000

Color Harmonies of #8E163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E163C

Black with #8E163C

Text Example


Text Example

White with #8E163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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