Html Css Color HEX #8F152E Shiraz

📋 copy color: '#8F152E'

red 143 ◦ green 21 ◦ blue 46

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

Shades of Shiraz #8F152E

Tints of Shiraz #8F152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 68.1%
G = 10%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F152E (or 0x8F152E) is known color: Shiraz. HEX triplet: 8F, 15 and 2E. RGB value is (143,21,46). Sum of RGB (Red+Green+Blue) = 143+21+46=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F152E is #70EAD1. Grayscale: #3C3C3C. Windows color (decimal): -7400146 or 3020175. OLE color: 3020175.

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

Color convert

RGB 143 21 46 -
CMYK 0 0.85 0.68 0.44
HSL 347.7º 0.74% 0.32% -
HSV(B) 347.7º 0.85% 0.56% -
XYZ 12.09 6.57 3.22 -
YUV 60.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 143 21 46 0 0.85 0.68 0.44 347.7 0.74 0.32
Hex 8F 15 2E 0 55 44 2C 15C 4A 20
Octal 217 25 56 0 125 104 54 534 112 40
Binary 10001111 10101 101110 0 1010101 1000100 101100 101011100 1001010 100000

Color Harmonies of #8F152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F152E

Black with #8F152E

Text Example


Text Example

White with #8F152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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