Html Css Color HEX #991329 Carmine

📋 copy color: '#991329'

red 153 ◦ green 19 ◦ blue 41

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

Shades of Carmine #991329

Tints of Carmine #991329

RGB

 RED value IS 153 (60.16% from 255) = 71.83%

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

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

R = 71.83%
G = 8.92%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#991329 (or 0x991329) is known color: Carmine. HEX triplet: 99, 13 and 29. RGB value is (153,19,41). Sum of RGB (Red+Green+Blue) = 153+19+41=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #991329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991329 is #66ECD6. Grayscale: #3D3D3D. Windows color (decimal): -6745303 or 2691993. OLE color: 2691993.

HSL color Cylindrical-coordinate representation of color #991329: hue angle of 350.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991329 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 41 -
CMYK 0 0.88 0.73 0.4
HSL 350.15º 0.78% 0.34% -
HSV(B) 350.15º 0.88% 0.6% -
XYZ 13.77 7.4 2.8 -
YUV 61.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 153 19 41 0 0.88 0.73 0.4 350.15 0.78 0.34
Hex 99 13 29 0 58 49 28 15E 4E 22
Octal 231 23 51 0 130 111 50 536 116 42
Binary 10011001 10011 101001 0 1011000 1001001 101000 101011110 1001110 100010

Color Harmonies of #991329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991329

Black with #991329

Text Example


Text Example

White with #991329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991329; }

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

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

background-color css

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

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

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

border-color css

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

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

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