Html Css Color HEX #8E263A Shiraz

📋 copy color: '#8E263A'

red 142 ◦ green 38 ◦ blue 58

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

Shades of Shiraz #8E263A

Tints of Shiraz #8E263A

RGB

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

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

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

R = 59.66%
G = 15.97%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8E263A (or 0x8E263A) is known color: Shiraz. HEX triplet: 8E, 26 and 3A. RGB value is (142,38,58). Sum of RGB (Red+Green+Blue) = 142+38+58=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E263A is #71D9C5. Grayscale: #474747. Windows color (decimal): -7461318 or 3810958. OLE color: 3810958.

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

Color convert

RGB 142 38 58 -
CMYK 0 0.73 0.59 0.44
HSL 348.46º 0.58% 0.35% -
HSV(B) 348.46º 0.73% 0.56% -
XYZ 12.61 7.44 4.77 -
YUV 71.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 142 38 58 0 0.73 0.59 0.44 348.46 0.58 0.35
Hex 8E 26 3A 0 49 3B 2C 15C 3A 23
Octal 216 46 72 0 111 73 54 534 72 43
Binary 10001110 100110 111010 0 1001001 111011 101100 101011100 111010 100011

Color Harmonies of #8E263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E263A

Black with #8E263A

Text Example


Text Example

White with #8E263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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