Html Css Color HEX #8D1C2F Shiraz

📋 copy color: '#8D1C2F'

red 141 ◦ green 28 ◦ blue 47

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

Shades of Shiraz #8D1C2F

Tints of Shiraz #8D1C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 65.28%
G = 12.96%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D1C2F (or 0x8D1C2F) is known color: Shiraz. HEX triplet: 8D, 1C and 2F. RGB value is (141,28,47). Sum of RGB (Red+Green+Blue) = 141+28+47=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C2F is #72E3D0. Grayscale: #3F3F3F. Windows color (decimal): -7529425 or 3087501. OLE color: 3087501.

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

Color convert

RGB 141 28 47 -
CMYK 0 0.80 0.67 0.45
HSL 349.91º 0.67% 0.33% -
HSV(B) 349.91º 0.8% 0.55% -
XYZ 11.91 6.7 3.35 -
YUV 63.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 141 28 47 0 0.80 0.67 0.45 349.91 0.67 0.33
Hex 8D 1C 2F 0 50 43 2D 15E 43 21
Octal 215 34 57 0 120 103 55 536 103 41
Binary 10001101 11100 101111 0 1010000 1000011 101101 101011110 1000011 100001

Color Harmonies of #8D1C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C2F

Black with #8D1C2F

Text Example


Text Example

White with #8D1C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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