#8B1D3A

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

Shades of Shiraz #8B1D3A

Tints of Shiraz #8B1D3A

Color information

#8B1D3A (or 0x8B1D3A) is unknown color: approx Shiraz. HEX triplet: 8B, 1D and 3A. RGB value is (139,29,58). Sum of RGB (Red+Green+Blue) = 139+29+58=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D3A is #74E2C5. Grayscale: #414141. Windows color (decimal): -7660230 or 3808651. OLE color: 3808651.

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

Color convert

RGB1392958-
CMYK00.790.580.45
HSL344.18º65.48%32.94%-
HSV(B)344.18º79.14%54.51%-
XYZ11.856.674.67-
YUV65.2123.94180.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=61.50%
G=12.83%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139295800.790.580.45344.1865.4832.94
Hex8B1D3A04F3A2D1584121
Octal21335720117725553010141
Binary1000101111101111010010011111110101011011010110001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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