#8A2837

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

Shades of Shiraz #8A2837

Tints of Shiraz #8A2837

Color information

#8A2837 (or 0x8A2837) is unknown color: approx Shiraz. HEX triplet: 8A, 28 and 37. RGB value is (138,40,55). Sum of RGB (Red+Green+Blue) = 138+40+55=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2837 is #75D7C8. Grayscale: #474747. Windows color (decimal): -7722953 or 3614858. OLE color: 3614858.

HSL color Cylindrical-coordinate representation of color #8A2837: hue angle of 350.82º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2837 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB1384055-
CMYK00.710.600.46
HSL350.82º55.06%34.9%-
HSV(B)350.82º71.01%54.12%-
XYZ11.937.24.37-
YUV71.01118.97175.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=59.23%
G=17.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138405500.710.600.46350.8255.0634.9
Hex8A28370473C2E15f3723
Octal2125067010774565376743
Binary1000101010100011011101000111111100101110101011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,55); }

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

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

 a { background-color: rgb(138,40,55); }

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

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

 span { border-color: rgb(138,40,55); }

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