#8B182D

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

Shades of Shiraz #8B182D

Tints of Shiraz #8B182D

Color information

#8B182D (or 0x8B182D) is unknown color: approx Shiraz. HEX triplet: 8B, 18 and 2D. RGB value is (139,24,45). Sum of RGB (Red+Green+Blue) = 139+24+45=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B182D is #74E7D2. Grayscale: #3C3C3C. Windows color (decimal): -7661523 or 2955403. OLE color: 2955403.

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

Color convert

RGB1392445-
CMYK00.830.680.45
HSL349.04º70.55%31.96%-
HSV(B)349.04º82.73%54.51%-
XYZ11.456.333.1-
YUV60.78119.1183.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.83%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=66.83%
G=11.54%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139244500.830.680.45349.0470.5531.96
Hex8B182D053442D15d4720
Octal213305501231045553510740
Binary10001011110001011010101001110001001011011010111011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,45); }

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

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

 a { background-color: rgb(139,24,45); }

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

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

 span { border-color: rgb(139,24,45); }

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