Html Css Color HEX #8F091F Carmine

📋 copy color: '#8F091F'

red 143 ◦ green 9 ◦ blue 31

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

Shades of Carmine #8F091F

Tints of Carmine #8F091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 78.14%
G = 4.92%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F091F (or 0x8F091F) is known color: Carmine. HEX triplet: 8F, 09 and 1F. RGB value is (143,9,31). Sum of RGB (Red+Green+Blue) = 143+9+31=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F091F is #70F6E0. Grayscale: #333333. Windows color (decimal): -7403233 or 2034063. OLE color: 2034063.

HSL color Cylindrical-coordinate representation of color #8F091F: hue angle of 350.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F091F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 31 -
CMYK 0 0.94 0.78 0.44
HSL 350.15º 0.88% 0.3% -
HSV(B) 350.15º 0.94% 0.56% -
XYZ 11.67 6.13 1.87 -
YUV 51.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 143 9 31 0 0.94 0.78 0.44 350.15 0.88 0.3
Hex 8F 9 1F 0 5E 4E 2C 15E 58 1E
Octal 217 11 37 0 136 116 54 536 130 36
Binary 10001111 1001 11111 0 1011110 1001110 101100 101011110 1011000 11110

Color Harmonies of #8F091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F091F

Black with #8F091F

Text Example


Text Example

White with #8F091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,31); }

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

background-color css

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

 a { background-color: rgb(143,9,31); }

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

border-color css

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

 span { border-color: rgb(143,9,31); }

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