Html Css Color HEX #990334 Carmine

📋 copy color: '#990334'

red 153 ◦ green 3 ◦ blue 52

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

Shades of Carmine #990334

Tints of Carmine #990334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25%

R = 73.56%
G = 1.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#990334 (or 0x990334) is known color: Carmine. HEX triplet: 99, 03 and 34. RGB value is (153,3,52). Sum of RGB (Red+Green+Blue) = 153+3+52=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #990334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990334 is #66FCCB. Grayscale: #353535. Windows color (decimal): -6749388 or 3408793. OLE color: 3408793.

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

Color convert

RGB 153 3 52 -
CMYK 0 0.98 0.66 0.4
HSL 340.4º 0.96% 0.31% -
HSV(B) 340.4º 0.98% 0.6% -
XYZ 13.79 7.09 3.89 -
YUV 53.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 153 3 52 0 0.98 0.66 0.4 340.4 0.96 0.31
Hex 99 3 34 0 62 42 28 154 60 1F
Octal 231 3 64 0 142 102 50 524 140 37
Binary 10011001 11 110100 0 1100010 1000010 101000 101010100 1100000 11111

Color Harmonies of #990334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990334

Black with #990334

Text Example


Text Example

White with #990334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990334; }

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

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

background-color css

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

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

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

border-color css

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

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

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