Html Css Color HEX #8D1C34 Shiraz

📋 copy color: '#8D1C34'

red 141 ◦ green 28 ◦ blue 52

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

Shades of Shiraz #8D1C34

Tints of Shiraz #8D1C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 63.8%
G = 12.67%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D1C34 (or 0x8D1C34) is known color: Shiraz. HEX triplet: 8D, 1C and 34. RGB value is (141,28,52). Sum of RGB (Red+Green+Blue) = 141+28+52=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C34 is #72E3CB. Grayscale: #404040. Windows color (decimal): -7529420 or 3415181. OLE color: 3415181.

HSL color Cylindrical-coordinate representation of color #8D1C34: hue angle of 347.26º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C34 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 28 52 -
CMYK 0 0.80 0.63 0.45
HSL 347.26º 0.67% 0.33% -
HSV(B) 347.26º 0.8% 0.55% -
XYZ 12.02 6.74 3.92 -
YUV 64.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 141 28 52 0 0.80 0.63 0.45 347.26 0.67 0.33
Hex 8D 1C 34 0 50 3F 2D 15B 43 21
Octal 215 34 64 0 120 77 55 533 103 41
Binary 10001101 11100 110100 0 1010000 111111 101101 101011011 1000011 100001

Color Harmonies of #8D1C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C34

Black with #8D1C34

Text Example


Text Example

White with #8D1C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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