#991223

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

Shades of Carmine #991223

Tints of Carmine #991223

Color information

#991223 (or 0x991223) is unknown color: approx Carmine. HEX triplet: 99, 12 and 23. RGB value is (153,18,35). Sum of RGB (Red+Green+Blue) = 153+18+35=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991223 is #66EDDC. Grayscale: #3C3C3C. Windows color (decimal): -6745565 or 2298521. OLE color: 2298521.

HSL color Cylindrical-coordinate representation of color #991223: hue angle of 352.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991223 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1531835-
CMYK00.880.770.4
HSL352.44º78.95%33.53%-
HSV(B)352.44º88.24%60%-
XYZ13.667.332.28-
YUV60.3113.73194.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=74.27%
G=8.74%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153183500.880.770.4352.4478.9533.53
Hex9912230584D281604f22
Octal231224301301155054011742
Binary10011001100101000110101100010011011010001011000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991223; }

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

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

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

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

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

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

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

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