Html Css Color HEX #990329 Carmine

📋 copy color: '#990329'

red 153 ◦ green 3 ◦ blue 41

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

Shades of Carmine #990329

Tints of Carmine #990329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 77.66%
G = 1.52%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#990329 (or 0x990329) is known color: Carmine. HEX triplet: 99, 03 and 29. RGB value is (153,3,41). Sum of RGB (Red+Green+Blue) = 153+3+41=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990329 is #66FCD6. Grayscale: #343434. Windows color (decimal): -6749399 or 2687897. OLE color: 2687897.

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

Color convert

RGB 153 3 41 -
CMYK 0 0.98 0.73 0.4
HSL 344.8º 0.96% 0.31% -
HSV(B) 344.8º 0.98% 0.6% -
XYZ 13.57 7 2.73 -
YUV 52.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 153 3 41 0 0.98 0.73 0.4 344.8 0.96 0.31
Hex 99 3 29 0 62 49 28 159 60 1F
Octal 231 3 51 0 142 111 50 531 140 37
Binary 10011001 11 101001 0 1100010 1001001 101000 101011001 1100000 11111

Color Harmonies of #990329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990329

Black with #990329

Text Example


Text Example

White with #990329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990329; }

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

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

background-color css

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

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

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

border-color css

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

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

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