Html Css Color HEX #8D153D Shiraz

📋 copy color: '#8D153D'

red 141 ◦ green 21 ◦ blue 61

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

Shades of Shiraz #8D153D

Tints of Shiraz #8D153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

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

R = 63.23%
G = 9.42%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D153D (or 0x8D153D) is known color: Shiraz. HEX triplet: 8D, 15 and 3D. RGB value is (141,21,61). Sum of RGB (Red+Green+Blue) = 141+21+61=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D153D is #72EAC2. Grayscale: #3D3D3D. Windows color (decimal): -7531203 or 4003213. OLE color: 4003213.

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

Color convert

RGB 141 21 61 -
CMYK 0 0.85 0.57 0.45
HSL 340º 0.74% 0.32% -
HSV(B) 340º 0.85% 0.55% -
XYZ 12.09 6.54 5.04 -
YUV 61.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 141 21 61 0 0.85 0.57 0.45 340 0.74 0.32
Hex 8D 15 3D 0 55 39 2D 154 4A 20
Octal 215 25 75 0 125 71 55 524 112 40
Binary 10001101 10101 111101 0 1010101 111001 101101 101010100 1001010 100000

Color Harmonies of #8D153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D153D

Black with #8D153D

Text Example


Text Example

White with #8D153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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