Html Css Color HEX #8E183A Shiraz

📋 copy color: '#8E183A'

red 142 ◦ green 24 ◦ blue 58

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

Shades of Shiraz #8E183A

Tints of Shiraz #8E183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 63.39%
G = 10.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8E183A (or 0x8E183A) is known color: Shiraz. HEX triplet: 8E, 18 and 3A. RGB value is (142,24,58). Sum of RGB (Red+Green+Blue) = 142+24+58=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E183A is #71E7C5. Grayscale: #3F3F3F. Windows color (decimal): -7464902 or 3807374. OLE color: 3807374.

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

Color convert

RGB 142 24 58 -
CMYK 0 0.83 0.59 0.44
HSL 342.71º 0.71% 0.33% -
HSV(B) 342.71º 0.83% 0.56% -
XYZ 12.25 6.71 4.65 -
YUV 63.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 142 24 58 0 0.83 0.59 0.44 342.71 0.71 0.33
Hex 8E 18 3A 0 53 3B 2C 157 47 21
Octal 216 30 72 0 123 73 54 527 107 41
Binary 10001110 11000 111010 0 1010011 111011 101100 101010111 1000111 100001

Color Harmonies of #8E183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E183A

Black with #8E183A

Text Example


Text Example

White with #8E183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,58); }

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

background-color css

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

 a { background-color: rgb(142,24,58); }

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

border-color css

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

 span { border-color: rgb(142,24,58); }

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