Html Css Color HEX #8D1936 Shiraz

📋 copy color: '#8D1936'

red 141 ◦ green 25 ◦ blue 54

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

Shades of Shiraz #8D1936

Tints of Shiraz #8D1936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 64.09%
G = 11.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D1936 (or 0x8D1936) is known color: Shiraz. HEX triplet: 8D, 19 and 36. RGB value is (141,25,54). Sum of RGB (Red+Green+Blue) = 141+25+54=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1936 is #72E6C9. Grayscale: #3E3E3E. Windows color (decimal): -7530186 or 3545485. OLE color: 3545485.

HSL color Cylindrical-coordinate representation of color #8D1936: hue angle of 345º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1936 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 25 54 -
CMYK 0 0.82 0.62 0.45
HSL 345º 0.7% 0.33% -
HSV(B) 345º 0.82% 0.55% -
XYZ 12 6.62 4.14 -
YUV 62.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 141 25 54 0 0.82 0.62 0.45 345 0.7 0.33
Hex 8D 19 36 0 52 3E 2D 159 46 21
Octal 215 31 66 0 122 76 55 531 106 41
Binary 10001101 11001 110110 0 1010010 111110 101101 101011001 1000110 100001

Color Harmonies of #8D1936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1936

Black with #8D1936

Text Example


Text Example

White with #8D1936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,54); }

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

background-color css

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

 a { background-color: rgb(141,25,54); }

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

border-color css

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

 span { border-color: rgb(141,25,54); }

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