#990822

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

Shades of Carmine #990822

Tints of Carmine #990822

Color information

#990822 (or 0x990822) is unknown color: approx Carmine. HEX triplet: 99, 08 and 22. RGB value is (153,8,34). Sum of RGB (Red+Green+Blue) = 153+8+34=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990822 is #66F7DD. Grayscale: #363636. Windows color (decimal): -6748126 or 2230425. OLE color: 2230425.

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

Color convert

RGB153834-
CMYK00.950.780.4
HSL349.24º90.06%31.57%-
HSV(B)349.24º94.77%60%-
XYZ13.517.062.16-
YUV54.32116.54198.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=78.46%
G=4.10%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15383400.950.780.4349.2490.0631.57
Hex9982205F4E2815d5a20
Octal231104201371165053513240
Binary1001100110001000100101111110011101010001010111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990822; }

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

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

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

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

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

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

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

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