#8a2035

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

Shades of Shiraz #8A2035

Tints of Shiraz #8A2035

Color information

#8A2035 (or 0x8A2035) is unknown color: approx Shiraz. HEX triplet: 8A, 20 and 35. RGB value is (138,32,53). Sum of RGB (Red+Green+Blue) = 138+32+53=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2035 is #75DFCA. Grayscale: #424242. Windows color (decimal): -7725003 or 3481738. OLE color: 3481738.

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

Color convert

RGB1383253-
CMYK00.770.620.46
HSL348.11º62.35%33.33%-
HSV(B)348.11º76.81%54.12%-
XYZ11.646.694.05-
YUV66.09120.62179.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.88%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=61.88%
G=14.35%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138325300.770.620.46348.1162.3533.33
Hex8A203504D3E2E15c3e21
Octal2124065011576565347641
Binary1000101010000011010101001101111110101110101011100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,32,53); }

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

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

 a { background-color: rgb(138,32,53); }

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

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

 span { border-color: rgb(138,32,53); }

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