#8B1B3B

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

Shades of Shiraz #8B1B3B

Tints of Shiraz #8B1B3B

Color information

#8B1B3B (or 0x8B1B3B) is unknown color: approx Shiraz. HEX triplet: 8B, 1B and 3B. RGB value is (139,27,59). Sum of RGB (Red+Green+Blue) = 139+27+59=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B3B is #74E4C4. Grayscale: #404040. Windows color (decimal): -7660741 or 3873675. OLE color: 3873675.

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

Color convert

RGB1392759-
CMYK00.810.580.45
HSL342.86º67.47%32.55%-
HSV(B)342.86º80.58%54.51%-
XYZ11.836.594.79-
YUV64.14125.11181.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=61.78%
G=12%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139275900.810.580.45342.8667.4732.55
Hex8B1B3B0513A2D1574321
Octal21333730121725552710341
Binary1000101111011111011010100011110101011011010101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,27,59); }

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

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

 a { background-color: rgb(139,27,59); }

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

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

 span { border-color: rgb(139,27,59); }

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