#8B2E3F

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

Shades of Shiraz #8B2E3F

Tints of Shiraz #8B2E3F

Color information

#8B2E3F (or 0x8B2E3F) is unknown color: approx Shiraz. HEX triplet: 8B, 2E and 3F. RGB value is (139,46,63). Sum of RGB (Red+Green+Blue) = 139+46+63=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E3F is #74D1C0. Grayscale: #4B4B4B. Windows color (decimal): -7655873 or 4140683. OLE color: 4140683.

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

Color convert

RGB1394663-
CMYK00.670.550.45
HSL349.03º50.27%36.27%-
HSV(B)349.03º66.91%54.51%-
XYZ12.527.85.55-
YUV75.74120.81173.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 63 (25% from 255) = 25.40%
R=56.05%
G=18.55%
B=25.40%

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
Decimal139466300.670.550.45349.0350.2736.27
Hex8B2E3F043372D15d3224
Octal2135677010367555356244
Binary1000101110111011111101000011110111101101101011101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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