#8B273B

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

Shades of Shiraz #8B273B

Tints of Shiraz #8B273B

Color information

#8B273B (or 0x8B273B) is unknown color: approx Shiraz. HEX triplet: 8B, 27 and 3B. RGB value is (139,39,59). Sum of RGB (Red+Green+Blue) = 139+39+59=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B273B is #74D8C4. Grayscale: #474747. Windows color (decimal): -7657669 or 3876747. OLE color: 3876747.

HSL color Cylindrical-coordinate representation of color #8B273B: hue angle of 348º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B273B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1393959-
CMYK00.720.580.45
HSL348º56.18%34.9%-
HSV(B)348º71.94%54.51%-
XYZ12.167.264.9-
YUV71.18121.13176.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=58.65%
G=16.46%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139395900.720.580.4534856.1834.9
Hex8B273B0483A2D15c3823
Octal2134773011072555347043
Binary1000101110011111101101001000111010101101101011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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