Html Css Color HEX #990336 Carmine

📋 copy color: '#990336'

red 153 ◦ green 3 ◦ blue 54

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

Shades of Carmine #990336

Tints of Carmine #990336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 72.86%
G = 1.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990336 (or 0x990336) is known color: Carmine. HEX triplet: 99, 03 and 36. RGB value is (153,3,54). Sum of RGB (Red+Green+Blue) = 153+3+54=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #990336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990336 is #66FCC9. Grayscale: #353535. Windows color (decimal): -6749386 or 3539865. OLE color: 3539865.

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

Color convert

RGB 153 3 54 -
CMYK 0 0.98 0.65 0.4
HSL 339.6º 0.96% 0.31% -
HSV(B) 339.6º 0.98% 0.6% -
XYZ 13.84 7.1 4.13 -
YUV 53.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 153 3 54 0 0.98 0.65 0.4 339.6 0.96 0.31
Hex 99 3 36 0 62 41 28 154 60 1F
Octal 231 3 66 0 142 101 50 524 140 37
Binary 10011001 11 110110 0 1100010 1000001 101000 101010100 1100000 11111

Color Harmonies of #990336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990336

Black with #990336

Text Example


Text Example

White with #990336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990336; }

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

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

background-color css

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

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

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

border-color css

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

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

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