Html Css Color HEX #990713 Carmine

📋 copy color: '#990713'

red 153 ◦ green 7 ◦ blue 19

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

Shades of Carmine #990713

Tints of Carmine #990713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 85.47%
G = 3.91%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990713 (or 0x990713) is known color: Carmine. HEX triplet: 99, 07 and 13. RGB value is (153,7,19). Sum of RGB (Red+Green+Blue) = 153+7+19=179 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.47% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 153 - color contains mainly: red. Hex color #990713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990713 is #66F8EC. Grayscale: #343434. Windows color (decimal): -6748397 or 1247129. OLE color: 1247129.

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

Color convert

RGB 153 7 19 -
CMYK 0 0.95 0.88 0.4
HSL 355.07º 0.91% 0.31% -
HSV(B) 355.07º 0.95% 0.6% -
XYZ 13.33 6.97 1.26 -
YUV 52.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 153 7 19 0 0.95 0.88 0.4 355.07 0.91 0.31
Hex 99 7 13 0 5F 58 28 163 5B 1F
Octal 231 7 23 0 137 130 50 543 133 37
Binary 10011001 111 10011 0 1011111 1011000 101000 101100011 1011011 11111

Color Harmonies of #990713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990713

Black with #990713

Text Example


Text Example

White with #990713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990713; }

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

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

background-color css

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

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

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

border-color css

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

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

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