#8B2B3B

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

Shades of Shiraz #8B2B3B

Tints of Shiraz #8B2B3B

Color information

#8B2B3B (or 0x8B2B3B) is unknown color: approx Shiraz. HEX triplet: 8B, 2B and 3B. RGB value is (139,43,59). Sum of RGB (Red+Green+Blue) = 139+43+59=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B3B is #74D4C4. Grayscale: #494949. Windows color (decimal): -7656645 or 3877771. OLE color: 3877771.

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

Color convert

RGB1394359-
CMYK00.690.580.45
HSL350º52.75%35.69%-
HSV(B)350º69.06%54.51%-
XYZ12.37.534.94-
YUV73.53119.8174.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=57.68%
G=17.84%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139435900.690.580.4535052.7535.69
Hex8B2B3B0453A2D15e3524
Octal2135373010572555366544
Binary1000101110101111101101000101111010101101101011110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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