#8B1A3E

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

Shades of Shiraz #8B1A3E

Tints of Shiraz #8B1A3E

Color information

#8B1A3E (or 0x8B1A3E) is unknown color: approx Shiraz. HEX triplet: 8B, 1A and 3E. RGB value is (139,26,62). Sum of RGB (Red+Green+Blue) = 139+26+62=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A3E is #74E5C1. Grayscale: #3F3F3F. Windows color (decimal): -7660994 or 4070027. OLE color: 4070027.

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

Color convert

RGB1392662-
CMYK00.810.550.45
HSL340.88º68.48%32.35%-
HSV(B)340.88º81.29%54.51%-
XYZ11.896.585.2-
YUV63.89126.94181.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=61.23%
G=11.45%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139266200.810.550.45340.8868.4832.35
Hex8B1A3E051372D1554420
Octal21332760121675552510440
Binary1000101111010111110010100011101111011011010101011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,62); }

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

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

 a { background-color: rgb(139,26,62); }

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

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

 span { border-color: rgb(139,26,62); }

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