Html Css Color HEX #8F152F Shiraz

📋 copy color: '#8F152F'

red 143 ◦ green 21 ◦ blue 47

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

Shades of Shiraz #8F152F

Tints of Shiraz #8F152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 67.77%
G = 9.95%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F152F (or 0x8F152F) is known color: Shiraz. HEX triplet: 8F, 15 and 2F. RGB value is (143,21,47). Sum of RGB (Red+Green+Blue) = 143+21+47=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F152F is #70EAD0. Grayscale: #3C3C3C. Windows color (decimal): -7400145 or 3085711. OLE color: 3085711.

HSL color Cylindrical-coordinate representation of color #8F152F: hue angle of 347.21º degrees, saturation: 0.74, 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 #8F152F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 21 47 -
CMYK 0 0.85 0.67 0.44
HSL 347.21º 0.74% 0.32% -
HSV(B) 347.21º 0.85% 0.56% -
XYZ 12.11 6.58 3.32 -
YUV 60.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 143 21 47 0 0.85 0.67 0.44 347.21 0.74 0.32
Hex 8F 15 2F 0 55 43 2C 15B 4A 20
Octal 217 25 57 0 125 103 54 533 112 40
Binary 10001111 10101 101111 0 1010101 1000011 101100 101011011 1001010 100000

Color Harmonies of #8F152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F152F

Black with #8F152F

Text Example


Text Example

White with #8F152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,21,47); }

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

background-color css

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

 a { background-color: rgb(143,21,47); }

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

border-color css

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

 span { border-color: rgb(143,21,47); }

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