#8B2C3D

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

Shades of Shiraz #8B2C3D

Tints of Shiraz #8B2C3D

Color information

#8B2C3D (or 0x8B2C3D) is unknown color: approx Shiraz. HEX triplet: 8B, 2C and 3D. RGB value is (139,44,61). Sum of RGB (Red+Green+Blue) = 139+44+61=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C3D is #74D3C2. Grayscale: #4A4A4A. Windows color (decimal): -7656387 or 4009099. OLE color: 4009099.

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

Color convert

RGB1394461-
CMYK00.680.560.45
HSL349.26º51.91%35.88%-
HSV(B)349.26º68.35%54.51%-
XYZ12.397.635.23-
YUV74.34120.47174.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 61 (24.22% from 255) = 25%
R=56.97%
G=18.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139446100.680.560.45349.2651.9135.88
Hex8B2C3D044382D15d3424
Octal2135475010470555356444
Binary1000101110110011110101000100111000101101101011101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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