Html Css Color HEX #8C1137 Shiraz

📋 copy color: '#8C1137'

red 140 ◦ green 17 ◦ blue 55

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

Shades of Shiraz #8C1137

Tints of Shiraz #8C1137

RGB

 RED value IS 140 (55.08% from 255) = 66.04%

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 55 (21.88% from 255) = 25.94%

R = 66.04%
G = 8.02%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C1137 (or 0x8C1137) is known color: Shiraz. HEX triplet: 8C, 11 and 37. RGB value is (140,17,55). Sum of RGB (Red+Green+Blue) = 140+17+55=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1137 is #73EEC8. Grayscale: #3A3A3A. Windows color (decimal): -7597769 or 3608972. OLE color: 3608972.

HSL color Cylindrical-coordinate representation of color #8C1137: hue angle of 341.46º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1137 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 55 -
CMYK 0 0.88 0.61 0.45
HSL 341.46º 0.78% 0.31% -
HSV(B) 341.46º 0.88% 0.55% -
XYZ 11.71 6.25 4.2 -
YUV 58.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 140 17 55 0 0.88 0.61 0.45 341.46 0.78 0.31
Hex 8C 11 37 0 58 3D 2D 155 4E 1F
Octal 214 21 67 0 130 75 55 525 116 37
Binary 10001100 10001 110111 0 1011000 111101 101101 101010101 1001110 11111

Color Harmonies of #8C1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1137

Black with #8C1137

Text Example


Text Example

White with #8C1137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,17,55); }

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

background-color css

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

 a { background-color: rgb(140,17,55); }

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

border-color css

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

 span { border-color: rgb(140,17,55); }

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