#8E1F3D

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

Shades of Shiraz #8E1F3D

Tints of Shiraz #8E1F3D

Color information

#8E1F3D (or 0x8E1F3D) is unknown color: approx Shiraz. HEX triplet: 8E, 1F and 3D. RGB value is (142,31,61). Sum of RGB (Red+Green+Blue) = 142+31+61=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F3D is #71E0C2. Grayscale: #434343. Windows color (decimal): -7463107 or 4005774. OLE color: 4005774.

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

Color convert

RGB1423161-
CMYK00.780.570.44
HSL343.78º64.16%33.92%-
HSV(B)343.78º78.17%55.69%-
XYZ12.497.075.12-
YUV67.61124.27181.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.68%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=60.68%
G=13.25%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142316100.780.570.44343.7864.1633.92
Hex8E1F3D04E392C1584022
Octal21637750116715453010042
Binary1000111011111111101010011101110011011001010110001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,31,61); }

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

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

 a { background-color: rgb(142,31,61); }

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

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

 span { border-color: rgb(142,31,61); }

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