Html Css Color HEX #8E263B Shiraz

📋 copy color: '#8E263B'

red 142 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #8E263B

Tints of Shiraz #8E263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

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

R = 59.41%
G = 15.9%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E263B (or 0x8E263B) is known color: Shiraz. HEX triplet: 8E, 26 and 3B. RGB value is (142,38,59). Sum of RGB (Red+Green+Blue) = 142+38+59=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E263B is #71D9C4. Grayscale: #474747. Windows color (decimal): -7461317 or 3876494. OLE color: 3876494.

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

Color convert

RGB 142 38 59 -
CMYK 0 0.73 0.58 0.44
HSL 347.88º 0.58% 0.35% -
HSV(B) 347.88º 0.73% 0.56% -
XYZ 12.64 7.45 4.91 -
YUV 71.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 142 38 59 0 0.73 0.58 0.44 347.88 0.58 0.35
Hex 8E 26 3B 0 49 3A 2C 15C 3A 23
Octal 216 46 73 0 111 72 54 534 72 43
Binary 10001110 100110 111011 0 1001001 111010 101100 101011100 111010 100011

Color Harmonies of #8E263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E263B

Black with #8E263B

Text Example


Text Example

White with #8E263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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