Html Css Color HEX #8F0517 Carmine

📋 copy color: '#8F0517'

red 143 ◦ green 5 ◦ blue 23

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

Shades of Carmine #8F0517

Tints of Carmine #8F0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 83.63%
G = 2.92%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8F0517 (or 0x8F0517) is known color: Carmine. HEX triplet: 8F, 05 and 17. RGB value is (143,5,23). Sum of RGB (Red+Green+Blue) = 143+5+23=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0517 is #70FAE8. Grayscale: #303030. Windows color (decimal): -7404265 or 1508751. OLE color: 1508751.

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

Color convert

RGB 143 5 23 -
CMYK 0 0.97 0.84 0.44
HSL 352.17º 0.93% 0.29% -
HSV(B) 352.17º 0.97% 0.56% -
XYZ 11.54 6.01 1.36 -
YUV 48.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 143 5 23 0 0.97 0.84 0.44 352.17 0.93 0.29
Hex 8F 5 17 0 61 54 2C 160 5D 1D
Octal 217 5 27 0 141 124 54 540 135 35
Binary 10001111 101 10111 0 1100001 1010100 101100 101100000 1011101 11101

Color Harmonies of #8F0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0517

Black with #8F0517

Text Example


Text Example

White with #8F0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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