Html Css Color HEX #8F051F Carmine

📋 copy color: '#8F051F'

red 143 ◦ green 5 ◦ blue 31

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

Shades of Carmine #8F051F

Tints of Carmine #8F051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 79.89%
G = 2.79%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F051F (or 0x8F051F) is known color: Carmine. HEX triplet: 8F, 05 and 1F. RGB value is (143,5,31). Sum of RGB (Red+Green+Blue) = 143+5+31=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051F is #70FAE0. Grayscale: #313131. Windows color (decimal): -7404257 or 2033039. OLE color: 2033039.

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

Color convert

RGB 143 5 31 -
CMYK 0 0.97 0.78 0.44
HSL 348.7º 0.93% 0.29% -
HSV(B) 348.7º 0.97% 0.56% -
XYZ 11.63 6.05 1.85 -
YUV 49.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 143 5 31 0 0.97 0.78 0.44 348.7 0.93 0.29
Hex 8F 5 1F 0 61 4E 2C 15D 5D 1D
Octal 217 5 37 0 141 116 54 535 135 35
Binary 10001111 101 11111 0 1100001 1001110 101100 101011101 1011101 11101

Color Harmonies of #8F051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F051F

Black with #8F051F

Text Example


Text Example

White with #8F051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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