Html Css Color HEX #8D193D Shiraz

📋 copy color: '#8D193D'

red 141 ◦ green 25 ◦ blue 61

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

Shades of Shiraz #8D193D

Tints of Shiraz #8D193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 62.11%
G = 11.01%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D193D (or 0x8D193D) is known color: Shiraz. HEX triplet: 8D, 19 and 3D. RGB value is (141,25,61). Sum of RGB (Red+Green+Blue) = 141+25+61=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D193D is #72E6C2. Grayscale: #3F3F3F. Windows color (decimal): -7530179 or 4004237. OLE color: 4004237.

HSL color Cylindrical-coordinate representation of color #8D193D: hue angle of 341.38º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D193D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 25 61 -
CMYK 0 0.82 0.57 0.45
HSL 341.38º 0.7% 0.33% -
HSV(B) 341.38º 0.82% 0.55% -
XYZ 12.17 6.69 5.07 -
YUV 63.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 141 25 61 0 0.82 0.57 0.45 341.38 0.7 0.33
Hex 8D 19 3D 0 52 39 2D 155 46 21
Octal 215 31 75 0 122 71 55 525 106 41
Binary 10001101 11001 111101 0 1010010 111001 101101 101010101 1000110 100001

Color Harmonies of #8D193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D193D

Black with #8D193D

Text Example


Text Example

White with #8D193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,61); }

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

background-color css

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

 a { background-color: rgb(141,25,61); }

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

border-color css

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

 span { border-color: rgb(141,25,61); }

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