Html Css Color HEX #8F163C Shiraz

📋 copy color: '#8F163C'

red 143 ◦ green 22 ◦ blue 60

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

Shades of Shiraz #8F163C

Tints of Shiraz #8F163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 63.56%
G = 9.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F163C (or 0x8F163C) is known color: Shiraz. HEX triplet: 8F, 16 and 3C. RGB value is (143,22,60). Sum of RGB (Red+Green+Blue) = 143+22+60=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F163C is #70E9C3. Grayscale: #3E3E3E. Windows color (decimal): -7399876 or 3937935. OLE color: 3937935.

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

Color convert

RGB 143 22 60 -
CMYK 0 0.85 0.58 0.44
HSL 341.16º 0.73% 0.32% -
HSV(B) 341.16º 0.85% 0.56% -
XYZ 12.43 6.74 4.92 -
YUV 62.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 143 22 60 0 0.85 0.58 0.44 341.16 0.73 0.32
Hex 8F 16 3C 0 55 3A 2C 155 49 20
Octal 217 26 74 0 125 72 54 525 111 40
Binary 10001111 10110 111100 0 1010101 111010 101100 101010101 1001001 100000

Color Harmonies of #8F163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F163C

Black with #8F163C

Text Example


Text Example

White with #8F163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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