Html Css Color HEX #990617 Carmine

📋 copy color: '#990617'

red 153 ◦ green 6 ◦ blue 23

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

Shades of Carmine #990617

Tints of Carmine #990617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 84.07%
G = 3.3%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#990617 (or 0x990617) is known color: Carmine. HEX triplet: 99, 06 and 17. RGB value is (153,6,23). Sum of RGB (Red+Green+Blue) = 153+6+23=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #990617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990617 is #66F9E8. Grayscale: #333333. Windows color (decimal): -6748649 or 1509017. OLE color: 1509017.

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

Color convert

RGB 153 6 23 -
CMYK 0 0.96 0.85 0.4
HSL 353.06º 0.92% 0.31% -
HSV(B) 353.06º 0.96% 0.6% -
XYZ 13.36 6.96 1.45 -
YUV 51.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 153 6 23 0 0.96 0.85 0.4 353.06 0.92 0.31
Hex 99 6 17 0 60 55 28 161 5C 1F
Octal 231 6 27 0 140 125 50 541 134 37
Binary 10011001 110 10111 0 1100000 1010101 101000 101100001 1011100 11111

Color Harmonies of #990617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990617

Black with #990617

Text Example


Text Example

White with #990617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990617; }

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

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

background-color css

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

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

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

border-color css

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

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

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