#990621

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

Shades of Carmine #990621

Tints of Carmine #990621

Color information

#990621 (or 0x990621) is unknown color: approx Carmine. HEX triplet: 99, 06 and 21. RGB value is (153,6,33). Sum of RGB (Red+Green+Blue) = 153+6+33=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #990621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990621 is #66F9DE. Grayscale: #353535. Windows color (decimal): -6748639 or 2164377. OLE color: 2164377.

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

Color convert

RGB153633-
CMYK00.960.780.4
HSL348.98º92.45%31.18%-
HSV(B)348.98º96.08%60%-
XYZ13.487.012.08-
YUV53.03116.7199.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=79.69%
G=3.12%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15363300.960.780.4348.9892.4531.18
Hex996210604E2815d5c1f
Octal23164101401165053513437
Binary10011001110100001011000001001110101000101011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990621; }

 p { color: rgb(153,6,33); }

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

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

 a { background-color: rgb(153,6,33); }

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

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

 span { border-color: rgb(153,6,33); }

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