Html Css Color HEX #8D1F3B Shiraz

📋 copy color: '#8D1F3B'

red 141 ◦ green 31 ◦ blue 59

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

Shades of Shiraz #8D1F3B

Tints of Shiraz #8D1F3B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

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

R = 61.04%
G = 13.42%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8D1F3B (or 0x8D1F3B) is known color: Shiraz. HEX triplet: 8D, 1F and 3B. RGB value is (141,31,59). Sum of RGB (Red+Green+Blue) = 141+31+59=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F3B is #72E0C4. Grayscale: #434343. Windows color (decimal): -7528645 or 3874701. OLE color: 3874701.

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

Color convert

RGB 141 31 59 -
CMYK 0 0.78 0.58 0.45
HSL 344.73º 0.64% 0.34% -
HSV(B) 344.73º 0.78% 0.55% -
XYZ 12.26 6.96 4.83 -
YUV 67.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 141 31 59 0 0.78 0.58 0.45 344.73 0.64 0.34
Hex 8D 1F 3B 0 4E 3A 2D 159 40 22
Octal 215 37 73 0 116 72 55 531 100 42
Binary 10001101 11111 111011 0 1001110 111010 101101 101011001 1000000 100010

Color Harmonies of #8D1F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F3B

Black with #8D1F3B

Text Example


Text Example

White with #8D1F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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