#8A1831

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

Shades of Shiraz #8A1831

Tints of Shiraz #8A1831

Color information

#8A1831 (or 0x8A1831) is unknown color: approx Shiraz. HEX triplet: 8A, 18 and 31. RGB value is (138,24,49). Sum of RGB (Red+Green+Blue) = 138+24+49=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1831 is #75E7CE. Grayscale: #3C3C3C. Windows color (decimal): -7727055 or 3217546. OLE color: 3217546.

HSL color Cylindrical-coordinate representation of color #8A1831: hue angle of 346.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1831 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1382449-
CMYK00.830.640.46
HSL346.84º70.37%31.76%-
HSV(B)346.84º82.61%54.12%-
XYZ11.366.283.52-
YUV60.94121.27182.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.40%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=65.40%
G=11.37%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138244900.830.640.46346.8470.3731.76
Hex8A1831053402E15b4620
Octal212306101231005653310640
Binary10001010110001100010101001110000001011101010110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,49); }

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

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

 a { background-color: rgb(138,24,49); }

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

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

 span { border-color: rgb(138,24,49); }

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