Html Css Color HEX #8F182E Shiraz

📋 copy color: '#8F182E'

red 143 ◦ green 24 ◦ blue 46

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

Shades of Shiraz #8F182E

Tints of Shiraz #8F182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 67.14%
G = 11.27%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F182E (or 0x8F182E) is known color: Shiraz. HEX triplet: 8F, 18 and 2E. RGB value is (143,24,46). Sum of RGB (Red+Green+Blue) = 143+24+46=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F182E is #70E7D1. Grayscale: #3E3E3E. Windows color (decimal): -7399378 or 3020943. OLE color: 3020943.

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

Color convert

RGB 143 24 46 -
CMYK 0 0.83 0.68 0.44
HSL 348.91º 0.71% 0.33% -
HSV(B) 348.91º 0.83% 0.56% -
XYZ 12.15 6.69 3.24 -
YUV 62.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 143 24 46 0 0.83 0.68 0.44 348.91 0.71 0.33
Hex 8F 18 2E 0 53 44 2C 15D 47 21
Octal 217 30 56 0 123 104 54 535 107 41
Binary 10001111 11000 101110 0 1010011 1000100 101100 101011101 1000111 100001

Color Harmonies of #8F182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F182E

Black with #8F182E

Text Example


Text Example

White with #8F182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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