#990623

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

Shades of Carmine #990623

Tints of Carmine #990623

Color information

#990623 (or 0x990623) is unknown color: approx Carmine. HEX triplet: 99, 06 and 23. RGB value is (153,6,35). Sum of RGB (Red+Green+Blue) = 153+6+35=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #990623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990623 is #66F9DC. Grayscale: #353535. Windows color (decimal): -6748637 or 2295449. OLE color: 2295449.

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

Color convert

RGB153635-
CMYK00.960.770.4
HSL348.16º92.45%31.18%-
HSV(B)348.16º96.08%60%-
XYZ13.517.022.23-
YUV53.26117.7199.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.87%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=78.87%
G=3.09%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15363500.960.770.4348.1692.4531.18
Hex996230604D2815c5c1f
Octal23164301401155053413437
Binary10011001110100011011000001001101101000101011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990623; }

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

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

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

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

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

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

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

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