#8B2E3D

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

Shades of Shiraz #8B2E3D

Tints of Shiraz #8B2E3D

Color information

#8B2E3D (or 0x8B2E3D) is unknown color: approx Shiraz. HEX triplet: 8B, 2E and 3D. RGB value is (139,46,61). Sum of RGB (Red+Green+Blue) = 139+46+61=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E3D is #74D1C2. Grayscale: #4B4B4B. Windows color (decimal): -7655875 or 4009611. OLE color: 4009611.

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

Color convert

RGB1394661-
CMYK00.670.560.45
HSL350.32º50.27%36.27%-
HSV(B)350.32º66.91%54.51%-
XYZ12.477.785.26-
YUV75.52119.81173.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=56.50%
G=18.70%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139466100.670.560.45350.3250.2736.27
Hex8B2E3D043382D15e3224
Octal2135675010370555366244
Binary1000101110111011110101000011111000101101101011110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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