#990628

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

Shades of Carmine #990628

Tints of Carmine #990628

Color information

#990628 (or 0x990628) is unknown color: approx Carmine. HEX triplet: 99, 06 and 28. RGB value is (153,6,40). Sum of RGB (Red+Green+Blue) = 153+6+40=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #990628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990628 is #66F9D7. Grayscale: #353535. Windows color (decimal): -6748632 or 2623129. OLE color: 2623129.

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

Color convert

RGB153640-
CMYK00.960.740.4
HSL346.12º92.45%31.18%-
HSV(B)346.12º96.08%60%-
XYZ13.587.062.65-
YUV53.83120.2198.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=76.88%
G=3.02%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15364000.960.740.4346.1292.4531.18
Hex996280604A2815a5c1f
Octal23165001401125053213437
Binary10011001110101000011000001001010101000101011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990628; }

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

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

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

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

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

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

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

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