Html Css Color HEX #8F061F Carmine

📋 copy color: '#8F061F'

red 143 ◦ green 6 ◦ blue 31

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

Shades of Carmine #8F061F

Tints of Carmine #8F061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 79.44%
G = 3.33%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F061F (or 0x8F061F) is known color: Carmine. HEX triplet: 8F, 06 and 1F. RGB value is (143,6,31). Sum of RGB (Red+Green+Blue) = 143+6+31=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F061F is #70F9E0. Grayscale: #313131. Windows color (decimal): -7404001 or 2033295. OLE color: 2033295.

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

Color convert

RGB 143 6 31 -
CMYK 0 0.96 0.78 0.44
HSL 349.05º 0.92% 0.29% -
HSV(B) 349.05º 0.96% 0.56% -
XYZ 11.64 6.07 1.85 -
YUV 49.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 143 6 31 0 0.96 0.78 0.44 349.05 0.92 0.29
Hex 8F 6 1F 0 60 4E 2C 15D 5C 1D
Octal 217 6 37 0 140 116 54 535 134 35
Binary 10001111 110 11111 0 1100000 1001110 101100 101011101 1011100 11101

Color Harmonies of #8F061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F061F

Black with #8F061F

Text Example


Text Example

White with #8F061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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