Html Css Color HEX #9F1329 Carmine

📋 copy color: '#9F1329'

red 159 ◦ green 19 ◦ blue 41

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

Shades of Carmine #9F1329

Tints of Carmine #9F1329

RGB

 RED value IS 159 (62.5% from 255) = 72.6%

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 72.6%
G = 8.68%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F1329 (or 0x9F1329) is known color: Carmine. HEX triplet: 9F, 13 and 29. RGB value is (159,19,41). Sum of RGB (Red+Green+Blue) = 159+19+41=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1329 is #60ECD6. Grayscale: #3F3F3F. Windows color (decimal): -6352087 or 2691999. OLE color: 2691999.

HSL color Cylindrical-coordinate representation of color #9F1329: hue angle of 350.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1329 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 19 41 -
CMYK 0 0.88 0.74 0.38
HSL 350.57º 0.79% 0.35% -
HSV(B) 350.57º 0.88% 0.62% -
XYZ 14.93 8 2.85 -
YUV 63.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 159 19 41 0 0.88 0.74 0.38 350.57 0.79 0.35
Hex 9F 13 29 0 58 4A 26 15F 4F 23
Octal 237 23 51 0 130 112 46 537 117 43
Binary 10011111 10011 101001 0 1011000 1001010 100110 101011111 1001111 100011

Color Harmonies of #9F1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1329

Black with #9F1329

Text Example


Text Example

White with #9F1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1329; }

 p { color: rgb(159,19,41); }

 H1.HeaderClassName
 {
   color: #9F1329;
 }
 .AnyTagClassName
 {
   color: #9F1329;
 }
</style>

background-color css

<style>
 a { background-color: #9F1329; }

 a { background-color: rgb(159,19,41); }

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

border-color css

<style>
 span { border-color: #9F1329; }

 span { border-color: rgb(159,19,41); }

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