Html Css Color HEX #8E213A Shiraz

📋 copy color: '#8E213A'

red 142 ◦ green 33 ◦ blue 58

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

Shades of Shiraz #8E213A

Tints of Shiraz #8E213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

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

R = 60.94%
G = 14.16%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8E213A (or 0x8E213A) is known color: Shiraz. HEX triplet: 8E, 21 and 3A. RGB value is (142,33,58). Sum of RGB (Red+Green+Blue) = 142+33+58=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E213A is #71DEC5. Grayscale: #444444. Windows color (decimal): -7462598 or 3809678. OLE color: 3809678.

HSL color Cylindrical-coordinate representation of color #8E213A: hue angle of 346.24º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E213A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 33 58 -
CMYK 0 0.77 0.59 0.44
HSL 346.24º 0.62% 0.34% -
HSV(B) 346.24º 0.77% 0.56% -
XYZ 12.46 7.14 4.73 -
YUV 68.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 142 33 58 0 0.77 0.59 0.44 346.24 0.62 0.34
Hex 8E 21 3A 0 4D 3B 2C 15A 3E 22
Octal 216 41 72 0 115 73 54 532 76 42
Binary 10001110 100001 111010 0 1001101 111011 101100 101011010 111110 100010

Color Harmonies of #8E213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E213A

Black with #8E213A

Text Example


Text Example

White with #8E213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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