#990033

Color #990033 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990033

Tints of Carmine #990033

Color information

#990033 (or 0x990033) is unknown color: approx 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

RGB153051-
CMYK010.670.4
HSL340º100%30%-
HSV(B)340º100%60%-
XYZ13.737.013.76-
YUV51.56127.69200.35-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153051010.670.434010030
Hex990330644328154641e
Octal23106301441035052414436
Binary100110010110011011001001000011101000101010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>