Html Css Color HEX #990929 Carmine

📋 copy color: '#990929'

red 153 ◦ green 9 ◦ blue 41

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

Shades of Carmine #990929

Tints of Carmine #990929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 75.37%
G = 4.43%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#990929 (or 0x990929) is known color: Carmine. HEX triplet: 99, 09 and 29. RGB value is (153,9,41). Sum of RGB (Red+Green+Blue) = 153+9+41=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #990929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990929 is #66F6D6. Grayscale: #373737. Windows color (decimal): -6747863 or 2689433. OLE color: 2689433.

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

Color convert

RGB 153 9 41 -
CMYK 0 0.94 0.73 0.4
HSL 346.67º 0.89% 0.32% -
HSV(B) 346.67º 0.94% 0.6% -
XYZ 13.63 7.13 2.75 -
YUV 55.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 153 9 41 0 0.94 0.73 0.4 346.67 0.89 0.32
Hex 99 9 29 0 5E 49 28 15B 59 20
Octal 231 11 51 0 136 111 50 533 131 40
Binary 10011001 1001 101001 0 1011110 1001001 101000 101011011 1011001 100000

Color Harmonies of #990929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990929

Black with #990929

Text Example


Text Example

White with #990929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990929; }

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

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

background-color css

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

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

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

border-color css

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

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

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