#8C1E31

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

Shades of Shiraz #8C1E31

Tints of Shiraz #8C1E31

Color information

#8C1E31 (or 0x8C1E31) is unknown color: approx Shiraz. HEX triplet: 8C, 1E and 31. RGB value is (140,30,49). Sum of RGB (Red+Green+Blue) = 140+30+49=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E31 is #73E1CE. Grayscale: #414141. Windows color (decimal): -7594447 or 3219084. OLE color: 3219084.

HSL color Cylindrical-coordinate representation of color #8C1E31: hue angle of 349.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E31 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1403049-
CMYK00.790.650.45
HSL349.64º64.71%33.33%-
HSV(B)349.64º78.57%54.9%-
XYZ11.836.733.58-
YUV65.06118.94181.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.93%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=63.93%
G=13.70%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140304900.790.650.45349.6464.7133.33
Hex8C1E3104F412D15e4121
Octal214366101171015553610141
Binary10001100111101100010100111110000011011011010111101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,49); }

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

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

 a { background-color: rgb(140,30,49); }

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

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

 span { border-color: rgb(140,30,49); }

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