Html Css Color HEX #990722 Carmine

📋 copy color: '#990722'

red 153 ◦ green 7 ◦ blue 34

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

Shades of Carmine #990722

Tints of Carmine #990722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 34 (13.67% from 255) = 17.53%

R = 78.87%
G = 3.61%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#990722 (or 0x990722) is known color: Carmine. HEX triplet: 99, 07 and 22. RGB value is (153,7,34). Sum of RGB (Red+Green+Blue) = 153+7+34=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #990722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990722 is #66F8DD. Grayscale: #353535. Windows color (decimal): -6748382 or 2230169. OLE color: 2230169.

HSL color Cylindrical-coordinate representation of color #990722: hue angle of 348.9º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990722 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 34 -
CMYK 0 0.95 0.78 0.4
HSL 348.9º 0.91% 0.31% -
HSV(B) 348.9º 0.95% 0.6% -
XYZ 13.5 7.04 2.16 -
YUV 53.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 153 7 34 0 0.95 0.78 0.4 348.9 0.91 0.31
Hex 99 7 22 0 5F 4E 28 15D 5B 1F
Octal 231 7 42 0 137 116 50 535 133 37
Binary 10011001 111 100010 0 1011111 1001110 101000 101011101 1011011 11111

Color Harmonies of #990722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990722

Black with #990722

Text Example


Text Example

White with #990722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990722; }

 p { color: rgb(153,7,34); }

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

background-color css

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

 a { background-color: rgb(153,7,34); }

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

border-color css

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

 span { border-color: rgb(153,7,34); }

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