#8C1B3B

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

Shades of Shiraz #8C1B3B

Tints of Shiraz #8C1B3B

Color information

#8C1B3B (or 0x8C1B3B) is unknown color: approx Shiraz. HEX triplet: 8C, 1B and 3B. RGB value is (140,27,59). Sum of RGB (Red+Green+Blue) = 140+27+59=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B3B is #73E4C4. Grayscale: #404040. Windows color (decimal): -7595205 or 3873676. OLE color: 3873676.

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

Color convert

RGB1402759-
CMYK00.810.580.45
HSL343.01º67.66%32.75%-
HSV(B)343.01º80.71%54.9%-
XYZ126.684.79-
YUV64.44124.94181.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.95%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=61.95%
G=11.95%
B=26.11%

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
Decimal140275900.810.580.45343.0167.6632.75
Hex8C1B3B0513A2D1574421
Octal21433730121725552710441
Binary1000110011011111011010100011110101011011010101111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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