Html Css Color HEX #8F071A Carmine

📋 copy color: '#8F071A'

red 143 ◦ green 7 ◦ blue 26

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

Shades of Carmine #8F071A

Tints of Carmine #8F071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 81.25%
G = 3.98%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F071A (or 0x8F071A) is known color: Carmine. HEX triplet: 8F, 07 and 1A. RGB value is (143,7,26). Sum of RGB (Red+Green+Blue) = 143+7+26=176 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.25% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 143 - color contains mainly: red. Hex color #8F071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F071A is #70F8E5. Grayscale: #313131. Windows color (decimal): -7403750 or 1705871. OLE color: 1705871.

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

Color convert

RGB 143 7 26 -
CMYK 0 0.95 0.82 0.44
HSL 351.62º 0.91% 0.29% -
HSV(B) 351.62º 0.95% 0.56% -
XYZ 11.59 6.07 1.54 -
YUV 49.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 143 7 26 0 0.95 0.82 0.44 351.62 0.91 0.29
Hex 8F 7 1A 0 5F 52 2C 160 5B 1D
Octal 217 7 32 0 137 122 54 540 133 35
Binary 10001111 111 11010 0 1011111 1010010 101100 101100000 1011011 11101

Color Harmonies of #8F071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F071A

Black with #8F071A

Text Example


Text Example

White with #8F071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,26); }

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

background-color css

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

 a { background-color: rgb(143,7,26); }

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

border-color css

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

 span { border-color: rgb(143,7,26); }

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