Html Css Color HEX #991617 Carmine

📋 copy color: '#991617'

red 153 ◦ green 22 ◦ blue 23

#991617
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #991617

Tints of Carmine #991617

RGB

 RED value IS 153 (60.16% from 255) = 77.27%

 GREEN value IS 22 (8.98% from 255) = 11.11%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 77.27%
G = 11.11%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#991617 (or 0x991617) is known color: Carmine. HEX triplet: 99, 16 and 17. RGB value is (153,22,23). Sum of RGB (Red+Green+Blue) = 153+22+23=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991617 is #66E9E8. Grayscale: #3D3D3D. Windows color (decimal): -6744553 or 1513113. OLE color: 1513113.

HSL color Cylindrical-coordinate representation of color #991617: hue angle of 359.54º degrees, saturation: 0.75, 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 #991617 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 22 23 -
CMYK 0 0.86 0.85 0.4
HSL 359.54º 0.75% 0.34% -
HSV(B) 359.54º 0.86% 0.6% -
XYZ 13.58 7.41 1.52 -
YUV 61.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 153 22 23 0 0.86 0.85 0.4 359.54 0.75 0.34
Hex 99 16 17 0 56 55 28 168 4B 22
Octal 231 26 27 0 126 125 50 550 113 42
Binary 10011001 10110 10111 0 1010110 1010101 101000 101101000 1001011 100010

Color Harmonies of #991617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991617

Black with #991617

Text Example


Text Example

White with #991617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991617; }

 p { color: rgb(153,22,23); }

 H1.HeaderClassName
 {
   color: #991617;
 }
 .AnyTagClassName
 {
   color: #991617;
 }
</style>

background-color css

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

 a { background-color: rgb(153,22,23); }

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

border-color css

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

 span { border-color: rgb(153,22,23); }

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