#8C1D33

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

Shades of Shiraz #8C1D33

Tints of Shiraz #8C1D33

Color information

#8C1D33 (or 0x8C1D33) is unknown color: approx Shiraz. HEX triplet: 8C, 1D and 33. RGB value is (140,29,51). Sum of RGB (Red+Green+Blue) = 140+29+51=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D33 is #73E2CC. Grayscale: #404040. Windows color (decimal): -7594701 or 3349900. OLE color: 3349900.

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

Color convert

RGB1402951-
CMYK00.790.640.45
HSL348.11º65.68%33.14%-
HSV(B)348.11º79.29%54.9%-
XYZ11.856.693.8-
YUV64.7120.27181.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.64%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=63.64%
G=13.18%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140295100.790.640.45348.1165.6833.14
Hex8C1D3304F402D15c4221
Octal214356301171005553410241
Binary10001100111011100110100111110000001011011010111001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,29,51); }

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

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

 a { background-color: rgb(140,29,51); }

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

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

 span { border-color: rgb(140,29,51); }

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