#8B2E3E

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

Shades of Shiraz #8B2E3E

Tints of Shiraz #8B2E3E

Color information

#8B2E3E (or 0x8B2E3E) is unknown color: approx Shiraz. HEX triplet: 8B, 2E and 3E. RGB value is (139,46,62). Sum of RGB (Red+Green+Blue) = 139+46+62=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E3E is #74D1C1. Grayscale: #4B4B4B. Windows color (decimal): -7655874 or 4075147. OLE color: 4075147.

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

Color convert

RGB1394662-
CMYK00.670.550.45
HSL349.68º50.27%36.27%-
HSV(B)349.68º66.91%54.51%-
XYZ12.497.795.4-
YUV75.63120.31173.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=56.28%
G=18.62%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139466200.670.550.45349.6850.2736.27
Hex8B2E3E043372D15e3224
Octal2135676010367555366244
Binary1000101110111011111001000011110111101101101011110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,46,62); }

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

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

 a { background-color: rgb(139,46,62); }

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

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

 span { border-color: rgb(139,46,62); }

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