Html Css Color HEX #8D1334 Shiraz

📋 copy color: '#8D1334'

red 141 ◦ green 19 ◦ blue 52

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

Shades of Shiraz #8D1334

Tints of Shiraz #8D1334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 66.51%
G = 8.96%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D1334 (or 0x8D1334) is known color: Shiraz. HEX triplet: 8D, 13 and 34. RGB value is (141,19,52). Sum of RGB (Red+Green+Blue) = 141+19+52=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1334 is #72ECCB. Grayscale: #3B3B3B. Windows color (decimal): -7531724 or 3412877. OLE color: 3412877.

HSL color Cylindrical-coordinate representation of color #8D1334: hue angle of 343.77º degrees, saturation: 0.76, 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 #8D1334 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 19 52 -
CMYK 0 0.87 0.63 0.45
HSL 343.77º 0.76% 0.31% -
HSV(B) 343.77º 0.87% 0.55% -
XYZ 11.84 6.38 3.86 -
YUV 59.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 141 19 52 0 0.87 0.63 0.45 343.77 0.76 0.31
Hex 8D 13 34 0 57 3F 2D 158 4C 1F
Octal 215 23 64 0 127 77 55 530 114 37
Binary 10001101 10011 110100 0 1010111 111111 101101 101011000 1001100 11111

Color Harmonies of #8D1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1334

Black with #8D1334

Text Example


Text Example

White with #8D1334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,52); }

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

background-color css

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

 a { background-color: rgb(141,19,52); }

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

border-color css

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

 span { border-color: rgb(141,19,52); }

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