Html Css Color HEX #990337 Carmine

📋 copy color: '#990337'

red 153 ◦ green 3 ◦ blue 55

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

Shades of Carmine #990337

Tints of Carmine #990337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 72.51%
G = 1.42%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#990337 (or 0x990337) is known color: Carmine. HEX triplet: 99, 03 and 37. RGB value is (153,3,55). Sum of RGB (Red+Green+Blue) = 153+3+55=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #990337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990337 is #66FCC8. Grayscale: #353535. Windows color (decimal): -6749385 or 3605401. OLE color: 3605401.

HSL color Cylindrical-coordinate representation of color #990337: hue angle of 339.2º 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 #990337 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 55 -
CMYK 0 0.98 0.64 0.4
HSL 339.2º 0.96% 0.31% -
HSV(B) 339.2º 0.98% 0.6% -
XYZ 13.86 7.11 4.26 -
YUV 53.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 153 3 55 0 0.98 0.64 0.4 339.2 0.96 0.31
Hex 99 3 37 0 62 40 28 153 60 1F
Octal 231 3 67 0 142 100 50 523 140 37
Binary 10011001 11 110111 0 1100010 1000000 101000 101010011 1100000 11111

Color Harmonies of #990337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990337

Black with #990337

Text Example


Text Example

White with #990337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990337; }

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

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

background-color css

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

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

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

border-color css

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

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

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