Html Css Color HEX #8D193A Shiraz

📋 copy color: '#8D193A'

red 141 ◦ green 25 ◦ blue 58

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

Shades of Shiraz #8D193A

Tints of Shiraz #8D193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 62.95%
G = 11.16%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8D193A (or 0x8D193A) is known color: Shiraz. HEX triplet: 8D, 19 and 3A. RGB value is (141,25,58). Sum of RGB (Red+Green+Blue) = 141+25+58=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D193A is #72E6C5. Grayscale: #3F3F3F. Windows color (decimal): -7530182 or 3807629. OLE color: 3807629.

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

Color convert

RGB 141 25 58 -
CMYK 0 0.82 0.59 0.45
HSL 342.93º 0.7% 0.33% -
HSV(B) 342.93º 0.82% 0.55% -
XYZ 12.1 6.66 4.65 -
YUV 63.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 141 25 58 0 0.82 0.59 0.45 342.93 0.7 0.33
Hex 8D 19 3A 0 52 3B 2D 157 46 21
Octal 215 31 72 0 122 73 55 527 106 41
Binary 10001101 11001 111010 0 1010010 111011 101101 101010111 1000110 100001

Color Harmonies of #8D193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D193A

Black with #8D193A

Text Example


Text Example

White with #8D193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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