Html Css Color HEX #8F173C Shiraz

📋 copy color: '#8F173C'

red 143 ◦ green 23 ◦ blue 60

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

Shades of Shiraz #8F173C

Tints of Shiraz #8F173C

RGB

 RED value IS 143 (56.25% from 255) = 63.27%

 GREEN value IS 23 (9.38% from 255) = 10.18%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 63.27%
G = 10.18%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F173C (or 0x8F173C) is known color: Shiraz. HEX triplet: 8F, 17 and 3C. RGB value is (143,23,60). Sum of RGB (Red+Green+Blue) = 143+23+60=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F173C is #70E8C3. Grayscale: #3F3F3F. Windows color (decimal): -7399620 or 3938191. OLE color: 3938191.

HSL color Cylindrical-coordinate representation of color #8F173C: hue angle of 341.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F173C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 23 60 -
CMYK 0 0.84 0.58 0.44
HSL 341.5º 0.72% 0.33% -
HSV(B) 341.5º 0.84% 0.56% -
XYZ 12.45 6.78 4.93 -
YUV 63.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 143 23 60 0 0.84 0.58 0.44 341.5 0.72 0.33
Hex 8F 17 3C 0 54 3A 2C 156 48 21
Octal 217 27 74 0 124 72 54 526 110 41
Binary 10001111 10111 111100 0 1010100 111010 101100 101010110 1001000 100001

Color Harmonies of #8F173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F173C

Black with #8F173C

Text Example


Text Example

White with #8F173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,23,60); }

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

background-color css

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

 a { background-color: rgb(143,23,60); }

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

border-color css

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

 span { border-color: rgb(143,23,60); }

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