#990922

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

Shades of Carmine #990922

Tints of Carmine #990922

Color information

#990922 (or 0x990922) is unknown color: approx Carmine. HEX triplet: 99, 09 and 22. RGB value is (153,9,34). Sum of RGB (Red+Green+Blue) = 153+9+34=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #990922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990922 is #66F6DD. Grayscale: #363636. Windows color (decimal): -6747870 or 2230681. OLE color: 2230681.

HSL color Cylindrical-coordinate representation of color #990922: hue angle of 349.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990922 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB153934-
CMYK00.940.780.4
HSL349.58º88.89%31.76%-
HSV(B)349.58º94.12%60%-
XYZ13.527.082.17-
YUV54.91116.21197.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.06%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=78.06%
G=4.59%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15393400.940.780.4349.5888.8931.76
Hex9992205E4E2815e5920
Octal231114201361165053613140
Binary1001100110011000100101111010011101010001010111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990922; }

 p { color: rgb(153,9,34); }

 H1.HeaderClassName
 {
   color: #990922;
 }
 .AnyTagClassName
 {
   color: #990922;
 }
</style>
background-color css

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

 a { background-color: rgb(153,9,34); }

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

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

 span { border-color: rgb(153,9,34); }

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