#8A2937

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

Shades of Shiraz #8A2937

Tints of Shiraz #8A2937

Color information

#8A2937 (or 0x8A2937) is unknown color: approx Shiraz. HEX triplet: 8A, 29 and 37. RGB value is (138,41,55). Sum of RGB (Red+Green+Blue) = 138+41+55=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2937 is #75D6C8. Grayscale: #474747. Windows color (decimal): -7722697 or 3615114. OLE color: 3615114.

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

Color convert

RGB1384155-
CMYK00.700.600.46
HSL351.34º54.19%35.1%-
HSV(B)351.34º70.29%54.12%-
XYZ11.967.264.39-
YUV71.6118.64175.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.97%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=58.97%
G=17.52%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138415500.700.600.46351.3454.1935.1
Hex8A29370463C2E15f3623
Octal2125167010674565376643
Binary1000101010100111011101000110111100101110101011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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