#8A273D

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

Shades of Shiraz #8A273D

Tints of Shiraz #8A273D

Color information

#8A273D (or 0x8A273D) is unknown color: approx Shiraz. HEX triplet: 8A, 27 and 3D. RGB value is (138,39,61). Sum of RGB (Red+Green+Blue) = 138+39+61=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A273D is #75D8C2. Grayscale: #474747. Windows color (decimal): -7723203 or 4007818. OLE color: 4007818.

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

Color convert

RGB1383961-
CMYK00.720.560.46
HSL346.67º55.93%34.71%-
HSV(B)346.67º71.74%54.12%-
XYZ12.057.195.17-
YUV71.11122.3175.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.98%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=57.98%
G=16.39%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138396100.720.560.46346.6755.9334.71
Hex8A273D048382E15b3823
Octal2124775011070565337043
Binary1000101010011111110101001000111000101110101011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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