Html Css Color HEX #8F081B Carmine

📋 copy color: '#8F081B'

red 143 ◦ green 8 ◦ blue 27

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

Shades of Carmine #8F081B

Tints of Carmine #8F081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 80.34%
G = 4.49%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F081B (or 0x8F081B) is known color: Carmine. HEX triplet: 8F, 08 and 1B. RGB value is (143,8,27). Sum of RGB (Red+Green+Blue) = 143+8+27=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F081B is #70F7E4. Grayscale: #323232. Windows color (decimal): -7403493 or 1771663. OLE color: 1771663.

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

Color convert

RGB 143 8 27 -
CMYK 0 0.94 0.81 0.44
HSL 351.56º 0.89% 0.3% -
HSV(B) 351.56º 0.94% 0.56% -
XYZ 11.61 6.09 1.6 -
YUV 50.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 143 8 27 0 0.94 0.81 0.44 351.56 0.89 0.3
Hex 8F 8 1B 0 5E 51 2C 160 59 1E
Octal 217 10 33 0 136 121 54 540 131 36
Binary 10001111 1000 11011 0 1011110 1010001 101100 101100000 1011001 11110

Color Harmonies of #8F081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F081B

Black with #8F081B

Text Example


Text Example

White with #8F081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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