Html Css Color HEX #990521 Carmine

📋 copy color: '#990521'

red 153 ◦ green 5 ◦ blue 33

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

Shades of Carmine #990521

Tints of Carmine #990521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 80.1%
G = 2.62%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#990521 (or 0x990521) is known color: Carmine. HEX triplet: 99, 05 and 21. RGB value is (153,5,33). Sum of RGB (Red+Green+Blue) = 153+5+33=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #990521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990521 is #66FADE. Grayscale: #343434. Windows color (decimal): -6748895 or 2164121. OLE color: 2164121.

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

Color convert

RGB 153 5 33 -
CMYK 0 0.97 0.78 0.4
HSL 348.65º 0.94% 0.31% -
HSV(B) 348.65º 0.97% 0.6% -
XYZ 13.47 6.99 2.08 -
YUV 52.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 153 5 33 0 0.97 0.78 0.4 348.65 0.94 0.31
Hex 99 5 21 0 61 4E 28 15D 5E 1F
Octal 231 5 41 0 141 116 50 535 136 37
Binary 10011001 101 100001 0 1100001 1001110 101000 101011101 1011110 11111

Color Harmonies of #990521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990521

Black with #990521

Text Example


Text Example

White with #990521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990521; }

 p { color: rgb(153,5,33); }

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

background-color css

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

 a { background-color: rgb(153,5,33); }

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

border-color css

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

 span { border-color: rgb(153,5,33); }

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