#8A2533

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

Shades of Shiraz #8A2533

Tints of Shiraz #8A2533

Color information

#8A2533 (or 0x8A2533) is unknown color: approx Shiraz. HEX triplet: 8A, 25 and 33. RGB value is (138,37,51). Sum of RGB (Red+Green+Blue) = 138+37+51=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2533 is #75DACC. Grayscale: #444444. Windows color (decimal): -7723725 or 3351946. OLE color: 3351946.

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

Color convert

RGB1383751-
CMYK00.730.630.46
HSL351.68º57.71%34.31%-
HSV(B)351.68º73.19%54.12%-
XYZ11.746.973.86-
YUV68.79117.96177.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=61.06%
G=16.37%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138375100.730.630.46351.6857.7134.31
Hex8A25330493F2E1603a22
Octal2124563011177565407242
Binary1000101010010111001101001001111111101110101100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,37,51); }

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

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

 a { background-color: rgb(138,37,51); }

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

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

 span { border-color: rgb(138,37,51); }

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