Html Css Color HEX #8D163B Shiraz

📋 copy color: '#8D163B'

red 141 ◦ green 22 ◦ blue 59

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

Shades of Shiraz #8D163B

Tints of Shiraz #8D163B

RGB

 RED value IS 141 (55.47% from 255) = 63.51%

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

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

R = 63.51%
G = 9.91%
B = 26.58%

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

#8D163B (or 0x8D163B) is known color: Shiraz. HEX triplet: 8D, 16 and 3B. RGB value is (141,22,59). Sum of RGB (Red+Green+Blue) = 141+22+59=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D163B is #72E9C4. Grayscale: #3D3D3D. Windows color (decimal): -7530949 or 3872397. OLE color: 3872397.

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

Color convert

RGB 141 22 59 -
CMYK 0 0.84 0.58 0.45
HSL 341.34º 0.73% 0.32% -
HSV(B) 341.34º 0.84% 0.55% -
XYZ 12.06 6.55 4.77 -
YUV 61.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 141 22 59 0 0.84 0.58 0.45 341.34 0.73 0.32
Hex 8D 16 3B 0 54 3A 2D 155 49 20
Octal 215 26 73 0 124 72 55 525 111 40
Binary 10001101 10110 111011 0 1010100 111010 101101 101010101 1001001 100000

Color Harmonies of #8D163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D163B

Black with #8D163B

Text Example


Text Example

White with #8D163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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