Html Css Color HEX #8C163B Shiraz

📋 copy color: '#8C163B'

red 140 ◦ green 22 ◦ blue 59

#8C163B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #8C163B

Tints of Shiraz #8C163B

RGB

 RED value IS 140 (55.08% from 255) = 63.35%

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 59 (23.44% from 255) = 26.7%

R = 63.35%
G = 9.95%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C163B (or 0x8C163B) is known color: Shiraz. HEX triplet: 8C, 16 and 3B. RGB value is (140,22,59). Sum of RGB (Red+Green+Blue) = 140+22+59=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C163B is #73E9C4. Grayscale: #3D3D3D. Windows color (decimal): -7596485 or 3872396. OLE color: 3872396.

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

Color convert

RGB 140 22 59 -
CMYK 0 0.84 0.58 0.45
HSL 341.19º 0.73% 0.32% -
HSV(B) 341.19º 0.84% 0.55% -
XYZ 11.89 6.47 4.76 -
YUV 61.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 140 22 59 0 0.84 0.58 0.45 341.19 0.73 0.32
Hex 8C 16 3B 0 54 3A 2D 155 49 20
Octal 214 26 73 0 124 72 55 525 111 40
Binary 10001100 10110 111011 0 1010100 111010 101101 101010101 1001001 100000

Color Harmonies of #8C163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C163B

Black with #8C163B

Text Example


Text Example

White with #8C163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C163B;
 }
 .AnyTagClassName
 {
   color: #8C163B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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