Html Css Color HEX #8D1935 Shiraz

📋 copy color: '#8D1935'

red 141 ◦ green 25 ◦ blue 53

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

Shades of Shiraz #8D1935

Tints of Shiraz #8D1935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 64.38%
G = 11.42%
B = 24.2%

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

#8D1935 (or 0x8D1935) is known color: Shiraz. HEX triplet: 8D, 19 and 35. RGB value is (141,25,53). Sum of RGB (Red+Green+Blue) = 141+25+53=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1935 is #72E6CA. Grayscale: #3E3E3E. Windows color (decimal): -7530187 or 3479949. OLE color: 3479949.

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

Color convert

RGB 141 25 53 -
CMYK 0 0.82 0.62 0.45
HSL 345.52º 0.7% 0.33% -
HSV(B) 345.52º 0.82% 0.55% -
XYZ 11.97 6.62 4.01 -
YUV 62.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 141 25 53 0 0.82 0.62 0.45 345.52 0.7 0.33
Hex 8D 19 35 0 52 3E 2D 15A 46 21
Octal 215 31 65 0 122 76 55 532 106 41
Binary 10001101 11001 110101 0 1010010 111110 101101 101011010 1000110 100001

Color Harmonies of #8D1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1935

Black with #8D1935

Text Example


Text Example

White with #8D1935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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