Html Css Color HEX #8F161B Carmine

📋 copy color: '#8F161B'

red 143 ◦ green 22 ◦ blue 27

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

Shades of Carmine #8F161B

Tints of Carmine #8F161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 74.48%
G = 11.46%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F161B (or 0x8F161B) is known color: Carmine. HEX triplet: 8F, 16 and 1B. RGB value is (143,22,27). Sum of RGB (Red+Green+Blue) = 143+22+27=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F161B is #70E9E4. Grayscale: #3A3A3A. Windows color (decimal): -7399909 or 1775247. OLE color: 1775247.

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

Color convert

RGB 143 22 27 -
CMYK 0 0.85 0.81 0.44
HSL 357.52º 0.73% 0.32% -
HSV(B) 357.52º 0.85% 0.56% -
XYZ 11.81 6.49 1.67 -
YUV 58.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 143 22 27 0 0.85 0.81 0.44 357.52 0.73 0.32
Hex 8F 16 1B 0 55 51 2C 166 49 20
Octal 217 26 33 0 125 121 54 546 111 40
Binary 10001111 10110 11011 0 1010101 1010001 101100 101100110 1001001 100000

Color Harmonies of #8F161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F161B

Black with #8F161B

Text Example


Text Example

White with #8F161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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