Html Css Color HEX #8E293C Shiraz

📋 copy color: '#8E293C'

red 142 ◦ green 41 ◦ blue 60

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

Shades of Shiraz #8E293C

Tints of Shiraz #8E293C

RGB

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

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

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

R = 58.44%
G = 16.87%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E293C (or 0x8E293C) is known color: Shiraz. HEX triplet: 8E, 29 and 3C. RGB value is (142,41,60). Sum of RGB (Red+Green+Blue) = 142+41+60=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E293C is #71D6C3. Grayscale: #494949. Windows color (decimal): -7460548 or 3942798. OLE color: 3942798.

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

Color convert

RGB 142 41 60 -
CMYK 0 0.71 0.58 0.44
HSL 348.71º 0.55% 0.36% -
HSV(B) 348.71º 0.71% 0.56% -
XYZ 12.76 7.66 5.08 -
YUV 73.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 142 41 60 0 0.71 0.58 0.44 348.71 0.55 0.36
Hex 8E 29 3C 0 47 3A 2C 15D 37 24
Octal 216 51 74 0 107 72 54 535 67 44
Binary 10001110 101001 111100 0 1000111 111010 101100 101011101 110111 100100

Color Harmonies of #8E293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E293C

Black with #8E293C

Text Example


Text Example

White with #8E293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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