Html Css Color HEX #8D1C3E Shiraz

📋 copy color: '#8D1C3E'

red 141 ◦ green 28 ◦ blue 62

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

Shades of Shiraz #8D1C3E

Tints of Shiraz #8D1C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 61.04%
G = 12.12%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8D1C3E (or 0x8D1C3E) is known color: Shiraz. HEX triplet: 8D, 1C and 3E. RGB value is (141,28,62). Sum of RGB (Red+Green+Blue) = 141+28+62=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C3E is #72E3C1. Grayscale: #414141. Windows color (decimal): -7529410 or 4070541. OLE color: 4070541.

HSL color Cylindrical-coordinate representation of color #8D1C3E: hue angle of 341.95º 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 #8D1C3E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 28 62 -
CMYK 0 0.80 0.56 0.45
HSL 341.95º 0.67% 0.33% -
HSV(B) 341.95º 0.8% 0.55% -
XYZ 12.27 6.84 5.23 -
YUV 65.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 141 28 62 0 0.80 0.56 0.45 341.95 0.67 0.33
Hex 8D 1C 3E 0 50 38 2D 156 43 21
Octal 215 34 76 0 120 70 55 526 103 41
Binary 10001101 11100 111110 0 1010000 111000 101101 101010110 1000011 100001

Color Harmonies of #8D1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C3E

Black with #8D1C3E

Text Example


Text Example

White with #8D1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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