#8A1B32

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

Shades of Shiraz #8A1B32

Tints of Shiraz #8A1B32

Color information

#8A1B32 (or 0x8A1B32) is unknown color: approx Shiraz. HEX triplet: 8A, 1B and 32. RGB value is (138,27,50). Sum of RGB (Red+Green+Blue) = 138+27+50=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B32 is #75E4CD. Grayscale: #3E3E3E. Windows color (decimal): -7726286 or 3283850. OLE color: 3283850.

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

Color convert

RGB1382750-
CMYK00.800.640.46
HSL347.57º67.27%32.35%-
HSV(B)347.57º80.43%54.12%-
XYZ11.456.423.65-
YUV62.81120.77181.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.19%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=64.19%
G=12.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138275000.800.640.46347.5767.2732.35
Hex8A1B32050402E15c4320
Octal212336201201005653410340
Binary10001010110111100100101000010000001011101010111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,50); }

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

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

 a { background-color: rgb(138,27,50); }

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

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

 span { border-color: rgb(138,27,50); }

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