#8A2134

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

Shades of Shiraz #8A2134

Tints of Shiraz #8A2134

Color information

#8A2134 (or 0x8A2134) is unknown color: approx Shiraz. HEX triplet: 8A, 21 and 34. RGB value is (138,33,52). Sum of RGB (Red+Green+Blue) = 138+33+52=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2134 is #75DECB. Grayscale: #424242. Windows color (decimal): -7724748 or 3416458. OLE color: 3416458.

HSL color Cylindrical-coordinate representation of color #8A2134: hue angle of 349.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2134 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1383352-
CMYK00.760.620.46
HSL349.14º61.4%33.53%-
HSV(B)349.14º76.09%54.12%-
XYZ11.646.743.94-
YUV66.56119.79178.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.88%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=61.88%
G=14.80%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138335200.760.620.46349.1461.433.53
Hex8A213404C3E2E15d3d22
Octal2124164011476565357542
Binary1000101010000111010001001100111110101110101011101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,33,52); }

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

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

 a { background-color: rgb(138,33,52); }

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

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

 span { border-color: rgb(138,33,52); }

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