Html Css Color HEX #8E203F Shiraz

📋 copy color: '#8E203F'

red 142 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #8E203F

Tints of Shiraz #8E203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 59.92%
G = 13.5%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E203F (or 0x8E203F) is known color: Shiraz. HEX triplet: 8E, 20 and 3F. RGB value is (142,32,63). Sum of RGB (Red+Green+Blue) = 142+32+63=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E203F is #71DFC0. Grayscale: #444444. Windows color (decimal): -7462849 or 4137102. OLE color: 4137102.

HSL color Cylindrical-coordinate representation of color #8E203F: hue angle of 343.09º degrees, saturation: 0.63, 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 #8E203F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 32 63 -
CMYK 0 0.77 0.56 0.44
HSL 343.09º 0.63% 0.34% -
HSV(B) 343.09º 0.77% 0.56% -
XYZ 12.57 7.14 5.42 -
YUV 68.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 142 32 63 0 0.77 0.56 0.44 343.09 0.63 0.34
Hex 8E 20 3F 0 4D 38 2C 157 3F 22
Octal 216 40 77 0 115 70 54 527 77 42
Binary 10001110 100000 111111 0 1001101 111000 101100 101010111 111111 100010

Color Harmonies of #8E203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E203F

Black with #8E203F

Text Example


Text Example

White with #8E203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,63); }

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

background-color css

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

 a { background-color: rgb(142,32,63); }

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

border-color css

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

 span { border-color: rgb(142,32,63); }

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