Html Css Color HEX #8E193C Shiraz

📋 copy color: '#8E193C'

red 142 ◦ green 25 ◦ blue 60

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

Shades of Shiraz #8E193C

Tints of Shiraz #8E193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 62.56%
G = 11.01%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E193C (or 0x8E193C) is known color: Shiraz. HEX triplet: 8E, 19 and 3C. RGB value is (142,25,60). Sum of RGB (Red+Green+Blue) = 142+25+60=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E193C is #71E6C3. Grayscale: #3F3F3F. Windows color (decimal): -7464644 or 3938702. OLE color: 3938702.

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

Color convert

RGB 142 25 60 -
CMYK 0 0.82 0.58 0.44
HSL 342.05º 0.7% 0.33% -
HSV(B) 342.05º 0.82% 0.56% -
XYZ 12.32 6.77 4.93 -
YUV 63.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 142 25 60 0 0.82 0.58 0.44 342.05 0.7 0.33
Hex 8E 19 3C 0 52 3A 2C 156 46 21
Octal 216 31 74 0 122 72 54 526 106 41
Binary 10001110 11001 111100 0 1010010 111010 101100 101010110 1000110 100001

Color Harmonies of #8E193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E193C

Black with #8E193C

Text Example


Text Example

White with #8E193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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