Html Css Color HEX #8E293E Shiraz

📋 copy color: '#8E293E'

red 142 ◦ green 41 ◦ blue 62

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

Shades of Shiraz #8E293E

Tints of Shiraz #8E293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 57.96%
G = 16.73%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E293E (or 0x8E293E) is known color: Shiraz. HEX triplet: 8E, 29 and 3E. RGB value is (142,41,62). Sum of RGB (Red+Green+Blue) = 142+41+62=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E293E is #71D6C1. Grayscale: #494949. Windows color (decimal): -7460546 or 4073870. OLE color: 4073870.

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

Color convert

RGB 142 41 62 -
CMYK 0 0.71 0.56 0.44
HSL 347.52º 0.55% 0.36% -
HSV(B) 347.52º 0.71% 0.56% -
XYZ 12.82 7.68 5.37 -
YUV 73.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 142 41 62 0 0.71 0.56 0.44 347.52 0.55 0.36
Hex 8E 29 3E 0 47 38 2C 15C 37 24
Octal 216 51 76 0 107 70 54 534 67 44
Binary 10001110 101001 111110 0 1000111 111000 101100 101011100 110111 100100

Color Harmonies of #8E293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E293E

Black with #8E293E

Text Example


Text Example

White with #8E293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,41,62); }

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

background-color css

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

 a { background-color: rgb(142,41,62); }

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

border-color css

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

 span { border-color: rgb(142,41,62); }

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