#8B273F

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

Shades of Shiraz #8B273F

Tints of Shiraz #8B273F

Color information

#8B273F (or 0x8B273F) is unknown color: approx Shiraz. HEX triplet: 8B, 27 and 3F. RGB value is (139,39,63). Sum of RGB (Red+Green+Blue) = 139+39+63=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B273F is #74D8C0. Grayscale: #474747. Windows color (decimal): -7657665 or 4138891. OLE color: 4138891.

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

Color convert

RGB1393963-
CMYK00.720.550.45
HSL345.6º56.18%34.9%-
HSV(B)345.6º71.94%54.51%-
XYZ12.277.35.46-
YUV71.64123.13176.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 63 (25% from 255) = 26.14%
R=57.68%
G=16.18%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139396300.720.550.45345.656.1834.9
Hex8B273F048372D15a3823
Octal2134777011067555327043
Binary1000101110011111111101001000110111101101101011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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