Html Css Color HEX #990917 Carmine

📋 copy color: '#990917'

red 153 ◦ green 9 ◦ blue 23

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

Shades of Carmine #990917

Tints of Carmine #990917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 82.7%
G = 4.86%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#990917 (or 0x990917) is known color: Carmine. HEX triplet: 99, 09 and 17. RGB value is (153,9,23). Sum of RGB (Red+Green+Blue) = 153+9+23=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #990917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990917 is #66F6E8. Grayscale: #353535. Windows color (decimal): -6747881 or 1509785. OLE color: 1509785.

HSL color Cylindrical-coordinate representation of color #990917: hue angle of 354.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990917 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 23 -
CMYK 0 0.94 0.85 0.4
HSL 354.17º 0.89% 0.32% -
HSV(B) 354.17º 0.94% 0.6% -
XYZ 13.39 7.03 1.46 -
YUV 53.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 153 9 23 0 0.94 0.85 0.4 354.17 0.89 0.32
Hex 99 9 17 0 5E 55 28 162 59 20
Octal 231 11 27 0 136 125 50 542 131 40
Binary 10011001 1001 10111 0 1011110 1010101 101000 101100010 1011001 100000

Color Harmonies of #990917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990917

Black with #990917

Text Example


Text Example

White with #990917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990917; }

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

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

background-color css

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

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

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

border-color css

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

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

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