Html Css Color HEX #8F081F Carmine

📋 copy color: '#8F081F'

red 143 ◦ green 8 ◦ blue 31

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

Shades of Carmine #8F081F

Tints of Carmine #8F081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

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

R = 78.57%
G = 4.4%
B = 17.03%

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

#8F081F (or 0x8F081F) is known color: Carmine. HEX triplet: 8F, 08 and 1F. RGB value is (143,8,31). Sum of RGB (Red+Green+Blue) = 143+8+31=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F081F is #70F7E0. Grayscale: #333333. Windows color (decimal): -7403489 or 2033807. OLE color: 2033807.

HSL color Cylindrical-coordinate representation of color #8F081F: hue angle of 349.78º degrees, saturation: 0.89, 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 #8F081F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 31 -
CMYK 0 0.94 0.78 0.44
HSL 349.78º 0.89% 0.3% -
HSV(B) 349.78º 0.94% 0.56% -
XYZ 11.66 6.11 1.86 -
YUV 50.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 143 8 31 0 0.94 0.78 0.44 349.78 0.89 0.3
Hex 8F 8 1F 0 5E 4E 2C 15E 59 1E
Octal 217 10 37 0 136 116 54 536 131 36
Binary 10001111 1000 11111 0 1011110 1001110 101100 101011110 1011001 11110

Color Harmonies of #8F081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F081F

Black with #8F081F

Text Example


Text Example

White with #8F081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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