Html Css Color HEX #8E2A3B Shiraz

📋 copy color: '#8E2A3B'

red 142 ◦ green 42 ◦ blue 59

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

Shades of Shiraz #8E2A3B

Tints of Shiraz #8E2A3B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 58.44%
G = 17.28%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E2A3B (or 0x8E2A3B) is known color: Shiraz. HEX triplet: 8E, 2A and 3B. RGB value is (142,42,59). Sum of RGB (Red+Green+Blue) = 142+42+59=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A3B is #71D5C4. Grayscale: #494949. Windows color (decimal): -7460293 or 3877518. OLE color: 3877518.

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

Color convert

RGB 142 42 59 -
CMYK 0 0.70 0.58 0.44
HSL 349.8º 0.54% 0.36% -
HSV(B) 349.8º 0.7% 0.56% -
XYZ 12.77 7.72 4.96 -
YUV 73.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 142 42 59 0 0.70 0.58 0.44 349.8 0.54 0.36
Hex 8E 2A 3B 0 46 3A 2C 15E 36 24
Octal 216 52 73 0 106 72 54 536 66 44
Binary 10001110 101010 111011 0 1000110 111010 101100 101011110 110110 100100

Color Harmonies of #8E2A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2A3B

Black with #8E2A3B

Text Example


Text Example

White with #8E2A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,42,59); }

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

background-color css

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

 a { background-color: rgb(142,42,59); }

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

border-color css

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

 span { border-color: rgb(142,42,59); }

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