Html Css Color HEX #8E283A Shiraz

📋 copy color: '#8E283A'

red 142 ◦ green 40 ◦ blue 58

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

Shades of Shiraz #8E283A

Tints of Shiraz #8E283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 59.17%
G = 16.67%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8E283A (or 0x8E283A) is known color: Shiraz. HEX triplet: 8E, 28 and 3A. RGB value is (142,40,58). Sum of RGB (Red+Green+Blue) = 142+40+58=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E283A is #71D7C5. Grayscale: #484848. Windows color (decimal): -7460806 or 3811470. OLE color: 3811470.

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

Color convert

RGB 142 40 58 -
CMYK 0 0.72 0.59 0.44
HSL 349.41º 0.56% 0.36% -
HSV(B) 349.41º 0.72% 0.56% -
XYZ 12.68 7.57 4.8 -
YUV 72.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 142 40 58 0 0.72 0.59 0.44 349.41 0.56 0.36
Hex 8E 28 3A 0 48 3B 2C 15D 38 24
Octal 216 50 72 0 110 73 54 535 70 44
Binary 10001110 101000 111010 0 1001000 111011 101100 101011101 111000 100100

Color Harmonies of #8E283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E283A

Black with #8E283A

Text Example


Text Example

White with #8E283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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