#8B2A3A

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

Shades of Shiraz #8B2A3A

Tints of Shiraz #8B2A3A

Color information

#8B2A3A (or 0x8B2A3A) is unknown color: approx Shiraz. HEX triplet: 8B, 2A and 3A. RGB value is (139,42,58). Sum of RGB (Red+Green+Blue) = 139+42+58=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A3A is #74D5C5. Grayscale: #484848. Windows color (decimal): -7656902 or 3811979. OLE color: 3811979.

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

Color convert

RGB1394258-
CMYK00.700.580.45
HSL350.1º53.59%35.49%-
HSV(B)350.1º69.78%54.51%-
XYZ12.247.454.8-
YUV72.83119.64175.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=58.16%
G=17.57%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139425800.700.580.45350.153.5935.49
Hex8B2A3A0463A2D15e3623
Octal2135272010672555366643
Binary1000101110101011101001000110111010101101101011110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,58); }

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

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

 a { background-color: rgb(139,42,58); }

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

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

 span { border-color: rgb(139,42,58); }

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