Html Css Color HEX #8D1D3B Shiraz

📋 copy color: '#8D1D3B'

red 141 ◦ green 29 ◦ blue 59

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

Shades of Shiraz #8D1D3B

Tints of Shiraz #8D1D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 61.57%
G = 12.66%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8D1D3B (or 0x8D1D3B) is known color: Shiraz. HEX triplet: 8D, 1D and 3B. RGB value is (141,29,59). Sum of RGB (Red+Green+Blue) = 141+29+59=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D3B is #72E2C4. Grayscale: #414141. Windows color (decimal): -7529157 or 3874189. OLE color: 3874189.

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

Color convert

RGB 141 29 59 -
CMYK 0 0.79 0.58 0.45
HSL 343.93º 0.66% 0.33% -
HSV(B) 343.93º 0.79% 0.55% -
XYZ 12.21 6.86 4.82 -
YUV 65.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 141 29 59 0 0.79 0.58 0.45 343.93 0.66 0.33
Hex 8D 1D 3B 0 4F 3A 2D 158 42 21
Octal 215 35 73 0 117 72 55 530 102 41
Binary 10001101 11101 111011 0 1001111 111010 101101 101011000 1000010 100001

Color Harmonies of #8D1D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1D3B

Black with #8D1D3B

Text Example


Text Example

White with #8D1D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,29,59); }

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

background-color css

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

 a { background-color: rgb(141,29,59); }

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

border-color css

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

 span { border-color: rgb(141,29,59); }

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