#8B1D2E

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

Shades of Shiraz #8B1D2E

Tints of Shiraz #8B1D2E

Color information

#8B1D2E (or 0x8B1D2E) is unknown color: approx Shiraz. HEX triplet: 8B, 1D and 2E. RGB value is (139,29,46). Sum of RGB (Red+Green+Blue) = 139+29+46=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D2E is #74E2D1. Grayscale: #3F3F3F. Windows color (decimal): -7660242 or 3022219. OLE color: 3022219.

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

Color convert

RGB1392946-
CMYK00.790.670.45
HSL350.73º65.48%32.94%-
HSV(B)350.73º79.14%54.51%-
XYZ11.586.563.24-
YUV63.83117.94181.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=64.95%
G=13.55%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139294600.790.670.45350.7365.4832.94
Hex8B1D2E04F432D15f4121
Octal213355601171035553710141
Binary10001011111011011100100111110000111011011010111111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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