#991523

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

Shades of Carmine #991523

Tints of Carmine #991523

Color information

#991523 (or 0x991523) is unknown color: approx Carmine. HEX triplet: 99, 15 and 23. RGB value is (153,21,35). Sum of RGB (Red+Green+Blue) = 153+21+35=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #991523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991523 is #66EADC. Grayscale: #3E3E3E. Windows color (decimal): -6744797 or 2299289. OLE color: 2299289.

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

Color convert

RGB1532135-
CMYK00.860.770.4
HSL353.64º75.86%34.12%-
HSV(B)353.64º86.27%60%-
XYZ13.717.432.3-
YUV62.06112.73192.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=73.21%
G=10.05%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153213500.860.770.4353.6475.8634.12
Hex9915230564D281624c22
Octal231254301261155054211442
Binary10011001101011000110101011010011011010001011000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991523; }

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

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

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

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

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

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

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

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