Html Css Color HEX #8E1731 Shiraz

📋 copy color: '#8E1731'

red 142 ◦ green 23 ◦ blue 49

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

Shades of Shiraz #8E1731

Tints of Shiraz #8E1731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 66.36%
G = 10.75%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E1731 (or 0x8E1731) is known color: Shiraz. HEX triplet: 8E, 17 and 31. RGB value is (142,23,49). Sum of RGB (Red+Green+Blue) = 142+23+49=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1731 is #71E8CE. Grayscale: #3D3D3D. Windows color (decimal): -7465167 or 3217294. OLE color: 3217294.

HSL color Cylindrical-coordinate representation of color #8E1731: hue angle of 346.89º 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 #8E1731 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 49 -
CMYK 0 0.84 0.65 0.44
HSL 346.89º 0.72% 0.32% -
HSV(B) 346.89º 0.84% 0.56% -
XYZ 12.02 6.59 3.54 -
YUV 61.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 142 23 49 0 0.84 0.65 0.44 346.89 0.72 0.32
Hex 8E 17 31 0 54 41 2C 15B 48 20
Octal 216 27 61 0 124 101 54 533 110 40
Binary 10001110 10111 110001 0 1010100 1000001 101100 101011011 1001000 100000

Color Harmonies of #8E1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1731

Black with #8E1731

Text Example


Text Example

White with #8E1731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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