Html Css Color HEX #8D172D Shiraz

📋 copy color: '#8D172D'

red 141 ◦ green 23 ◦ blue 45

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

Shades of Shiraz #8D172D

Tints of Shiraz #8D172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 67.46%
G = 11%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D172D (or 0x8D172D) is known color: Shiraz. HEX triplet: 8D, 17 and 2D. RGB value is (141,23,45). Sum of RGB (Red+Green+Blue) = 141+23+45=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D172D is #72E8D2. Grayscale: #3C3C3C. Windows color (decimal): -7530707 or 2955149. OLE color: 2955149.

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

Color convert

RGB 141 23 45 -
CMYK 0 0.84 0.68 0.45
HSL 348.81º 0.72% 0.32% -
HSV(B) 348.81º 0.84% 0.55% -
XYZ 11.76 6.46 3.11 -
YUV 60.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 141 23 45 0 0.84 0.68 0.45 348.81 0.72 0.32
Hex 8D 17 2D 0 54 44 2D 15D 48 20
Octal 215 27 55 0 124 104 55 535 110 40
Binary 10001101 10111 101101 0 1010100 1000100 101101 101011101 1001000 100000

Color Harmonies of #8D172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D172D

Black with #8D172D

Text Example


Text Example

White with #8D172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,23,45); }

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

background-color css

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

 a { background-color: rgb(141,23,45); }

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

border-color css

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

 span { border-color: rgb(141,23,45); }

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