Html Css Color HEX #990033 Carmine

📋 copy color: '#990033'

red 153 ◦ green 0 ◦ blue 51

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

Shades of Carmine #990033

Tints of Carmine #990033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#990033 (or 0x990033) is known color: Carmine. HEX triplet: 99, 00 and 33. RGB value is (153,0,51). Sum of RGB (Red+Green+Blue) = 153+0+51=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #990033 is a web safe color. Inversed color of #990033 is #66FFCC. Grayscale: #333333. Windows color (decimal): -6750157 or 3342489. OLE color: 3342489.

HSL color Cylindrical-coordinate representation of color #990033: hue angle of 340º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990033 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 51 -
CMYK 0 1 0.67 0.4
HSL 340º 1% 0.3% -
HSV(B) 340º 1% 0.6% -
XYZ 13.73 7.01 3.76 -
YUV 51.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 153 0 51 0 1 0.67 0.4 340 1 0.3
Hex 99 0 33 0 64 43 28 154 64 1E
Octal 231 0 63 0 144 103 50 524 144 36
Binary 10011001 0 110011 0 1100100 1000011 101000 101010100 1100100 11110

Color Harmonies of #990033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990033

Black with #990033

Text Example


Text Example

White with #990033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990033; }

 p { color: rgb(153,0,51); }

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

background-color css

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

 a { background-color: rgb(153,0,51); }

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

border-color css

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

 span { border-color: rgb(153,0,51); }

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