Html Css Color HEX #8D113C Shiraz

📋 copy color: '#8D113C'

red 141 ◦ green 17 ◦ blue 60

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

Shades of Shiraz #8D113C

Tints of Shiraz #8D113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 64.68%
G = 7.8%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D113C (or 0x8D113C) is known color: Shiraz. HEX triplet: 8D, 11 and 3C. RGB value is (141,17,60). Sum of RGB (Red+Green+Blue) = 141+17+60=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D113C is #72EEC3. Grayscale: #3A3A3A. Windows color (decimal): -7532228 or 3936653. OLE color: 3936653.

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

Color convert

RGB 141 17 60 -
CMYK 0 0.88 0.57 0.45
HSL 339.19º 0.78% 0.31% -
HSV(B) 339.19º 0.88% 0.55% -
XYZ 12 6.39 4.88 -
YUV 58.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 141 17 60 0 0.88 0.57 0.45 339.19 0.78 0.31
Hex 8D 11 3C 0 58 39 2D 153 4E 1F
Octal 215 21 74 0 130 71 55 523 116 37
Binary 10001101 10001 111100 0 1011000 111001 101101 101010011 1001110 11111

Color Harmonies of #8D113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D113C

Black with #8D113C

Text Example


Text Example

White with #8D113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,60); }

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

background-color css

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

 a { background-color: rgb(141,17,60); }

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

border-color css

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

 span { border-color: rgb(141,17,60); }

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