Html Css Color HEX #8E172D Shiraz

📋 copy color: '#8E172D'

red 142 ◦ green 23 ◦ blue 45

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

Shades of Shiraz #8E172D

Tints of Shiraz #8E172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 67.62%
G = 10.95%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E172D (or 0x8E172D) is known color: Shiraz. HEX triplet: 8E, 17 and 2D. RGB value is (142,23,45). Sum of RGB (Red+Green+Blue) = 142+23+45=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E172D is #71E8D2. Grayscale: #3D3D3D. Windows color (decimal): -7465171 or 2955150. OLE color: 2955150.

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

Color convert

RGB 142 23 45 -
CMYK 0 0.84 0.68 0.44
HSL 348.91º 0.72% 0.32% -
HSV(B) 348.91º 0.84% 0.56% -
XYZ 11.94 6.55 3.12 -
YUV 61.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 142 23 45 0 0.84 0.68 0.44 348.91 0.72 0.32
Hex 8E 17 2D 0 54 44 2C 15D 48 20
Octal 216 27 55 0 124 104 54 535 110 40
Binary 10001110 10111 101101 0 1010100 1000100 101100 101011101 1001000 100000

Color Harmonies of #8E172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E172D

Black with #8E172D

Text Example


Text Example

White with #8E172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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