#8A1538

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

Shades of Shiraz #8A1538

Tints of Shiraz #8A1538

Color information

#8A1538 (or 0x8A1538) is unknown color: approx Shiraz. HEX triplet: 8A, 15 and 38. RGB value is (138,21,56). Sum of RGB (Red+Green+Blue) = 138+21+56=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1538 is #75EAC7. Grayscale: #3B3B3B. Windows color (decimal): -7727816 or 3675530. OLE color: 3675530.

HSL color Cylindrical-coordinate representation of color #8A1538: hue angle of 342.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1538 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1382156-
CMYK00.850.590.46
HSL342.05º73.58%31.18%-
HSV(B)342.05º84.78%54.12%-
XYZ11.466.234.34-
YUV59.97125.76183.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.19%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=64.19%
G=9.77%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138215600.850.590.46342.0573.5831.18
Hex8A15380553B2E1564a1f
Octal21225700125735652611237
Binary100010101010111100001010101111011101110101010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,56); }

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

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

 a { background-color: rgb(138,21,56); }

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

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

 span { border-color: rgb(138,21,56); }

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