#8A2637

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

Shades of Shiraz #8A2637

Tints of Shiraz #8A2637

Color information

#8A2637 (or 0x8A2637) is unknown color: approx Shiraz. HEX triplet: 8A, 26 and 37. RGB value is (138,38,55). Sum of RGB (Red+Green+Blue) = 138+38+55=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2637 is #75D9C8. Grayscale: #454545. Windows color (decimal): -7723465 or 3614346. OLE color: 3614346.

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

Color convert

RGB1383855-
CMYK00.720.600.46
HSL349.8º56.82%34.51%-
HSV(B)349.8º72.46%54.12%-
XYZ11.867.074.35-
YUV69.84119.63176.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.74%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=59.74%
G=16.45%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138385500.720.600.46349.856.8234.51
Hex8A26370483C2E15e3923
Octal2124667011074565367143
Binary1000101010011011011101001000111100101110101011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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