Html Css Color HEX #8C163C Shiraz

📋 copy color: '#8C163C'

red 140 ◦ green 22 ◦ blue 60

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

Shades of Shiraz #8C163C

Tints of Shiraz #8C163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 63.06%
G = 9.91%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C163C (or 0x8C163C) is known color: Shiraz. HEX triplet: 8C, 16 and 3C. RGB value is (140,22,60). Sum of RGB (Red+Green+Blue) = 140+22+60=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C163C is #73E9C3. Grayscale: #3D3D3D. Windows color (decimal): -7596484 or 3937932. OLE color: 3937932.

HSL color Cylindrical-coordinate representation of color #8C163C: hue angle of 340.68º 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 #8C163C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 60 -
CMYK 0 0.84 0.57 0.45
HSL 340.68º 0.73% 0.32% -
HSV(B) 340.68º 0.84% 0.55% -
XYZ 11.92 6.48 4.9 -
YUV 61.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 140 22 60 0 0.84 0.57 0.45 340.68 0.73 0.32
Hex 8C 16 3C 0 54 39 2D 155 49 20
Octal 214 26 74 0 124 71 55 525 111 40
Binary 10001100 10110 111100 0 1010100 111001 101101 101010101 1001001 100000

Color Harmonies of #8C163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C163C

Black with #8C163C

Text Example


Text Example

White with #8C163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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