#8A273B

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

Shades of Shiraz #8A273B

Tints of Shiraz #8A273B

Color information

#8A273B (or 0x8A273B) is unknown color: approx Shiraz. HEX triplet: 8A, 27 and 3B. RGB value is (138,39,59). Sum of RGB (Red+Green+Blue) = 138+39+59=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A273B is #75D8C4. Grayscale: #464646. Windows color (decimal): -7723205 or 3876746. OLE color: 3876746.

HSL color Cylindrical-coordinate representation of color #8A273B: hue angle of 347.88º degrees, saturation: 0.56, 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 #8A273B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1383959-
CMYK00.720.570.46
HSL347.88º55.93%34.71%-
HSV(B)347.88º71.74%54.12%-
XYZ127.174.89-
YUV70.88121.3175.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 59 (23.44% from 255) = 25%
R=58.47%
G=16.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138395900.720.570.46347.8855.9334.71
Hex8A273B048392E15c3823
Octal2124773011071565347043
Binary1000101010011111101101001000111001101110101011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,59); }

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

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

 a { background-color: rgb(138,39,59); }

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

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

 span { border-color: rgb(138,39,59); }

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