#8A123C

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

Shades of Shiraz #8A123C

Tints of Shiraz #8A123C

Color information

#8A123C (or 0x8A123C) is unknown color: approx Shiraz. HEX triplet: 8A, 12 and 3C. RGB value is (138,18,60). Sum of RGB (Red+Green+Blue) = 138+18+60=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A123C is #75EDC3. Grayscale: #3A3A3A. Windows color (decimal): -7728580 or 3936906. OLE color: 3936906.

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

Color convert

RGB1381860-
CMYK00.870.570.46
HSL339º76.92%30.59%-
HSV(B)339º86.96%54.12%-
XYZ11.516.164.86-
YUV58.67128.76184.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.89%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=63.89%
G=8.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138186000.870.570.4633976.9230.59
Hex8A123C057392E1534d1f
Octal21222740127715652311537
Binary100010101001011110001010111111001101110101010011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,60); }

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

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

 a { background-color: rgb(138,18,60); }

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

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

 span { border-color: rgb(138,18,60); }

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