#990826

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

Shades of Carmine #990826

Tints of Carmine #990826

Color information

#990826 (or 0x990826) is unknown color: approx Carmine. HEX triplet: 99, 08 and 26. RGB value is (153,8,38). Sum of RGB (Red+Green+Blue) = 153+8+38=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #990826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990826 is #66F7D9. Grayscale: #363636. Windows color (decimal): -6748122 or 2492569. OLE color: 2492569.

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

Color convert

RGB153838-
CMYK00.950.750.4
HSL347.59º90.06%31.57%-
HSV(B)347.59º94.77%60%-
XYZ13.577.092.49-
YUV54.78118.54198.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=76.88%
G=4.02%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15383800.950.750.4347.5990.0631.57
Hex9982605F4B2815c5a20
Octal231104601371135053413240
Binary1001100110001001100101111110010111010001010111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990826; }

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

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

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

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

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

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

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

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