Html Css Color HEX #8D123D Shiraz

📋 copy color: '#8D123D'

red 141 ◦ green 18 ◦ blue 61

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

Shades of Shiraz #8D123D

Tints of Shiraz #8D123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 64.09%
G = 8.18%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D123D (or 0x8D123D) is known color: Shiraz. HEX triplet: 8D, 12 and 3D. RGB value is (141,18,61). Sum of RGB (Red+Green+Blue) = 141+18+61=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D123D is #72EDC2. Grayscale: #3B3B3B. Windows color (decimal): -7531971 or 4002445. OLE color: 4002445.

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

Color convert

RGB 141 18 61 -
CMYK 0 0.87 0.57 0.45
HSL 339.02º 0.77% 0.31% -
HSV(B) 339.02º 0.87% 0.55% -
XYZ 12.04 6.43 5.02 -
YUV 59.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 141 18 61 0 0.87 0.57 0.45 339.02 0.77 0.31
Hex 8D 12 3D 0 57 39 2D 153 4D 1F
Octal 215 22 75 0 127 71 55 523 115 37
Binary 10001101 10010 111101 0 1010111 111001 101101 101010011 1001101 11111

Color Harmonies of #8D123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D123D

Black with #8D123D

Text Example


Text Example

White with #8D123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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