#8E283F

Color #8E283F Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8E283F

Tints of Shiraz #8E283F

Color information

#8E283F (or 0x8E283F) is unknown color: approx Shiraz. HEX triplet: 8E, 28 and 3F. RGB value is (142,40,63). Sum of RGB (Red+Green+Blue) = 142+40+63=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E283F is #71D7C0. Grayscale: #494949. Windows color (decimal): -7460801 or 4139150. OLE color: 4139150.

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

Color convert

RGB1424063-
CMYK00.720.560.44
HSL346.47º56.04%35.69%-
HSV(B)346.47º71.83%55.69%-
XYZ12.817.635.5-
YUV73.12122.29177.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 63 (25% from 255) = 25.71%
R=57.96%
G=16.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142406300.720.560.44346.4756.0435.69
Hex8E283F048382C15a3824
Octal2165077011070545327044
Binary1000111010100011111101001000111000101100101011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E283F;
 }
 .AnyTagClassName
 {
   color: #8E283F;
 }
</style>
background-color css

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

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

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

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

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

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