Html Css Color HEX #990737 Carmine

📋 copy color: '#990737'

red 153 ◦ green 7 ◦ blue 55

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

Shades of Carmine #990737

Tints of Carmine #990737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 71.16%
G = 3.26%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#990737 (or 0x990737) is known color: Carmine. HEX triplet: 99, 07 and 37. RGB value is (153,7,55). Sum of RGB (Red+Green+Blue) = 153+7+55=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #990737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990737 is #66F8C8. Grayscale: #383838. Windows color (decimal): -6748361 or 3606425. OLE color: 3606425.

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

Color convert

RGB 153 7 55 -
CMYK 0 0.95 0.64 0.4
HSL 340.27º 0.91% 0.31% -
HSV(B) 340.27º 0.95% 0.6% -
XYZ 13.9 7.2 4.27 -
YUV 56.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 153 7 55 0 0.95 0.64 0.4 340.27 0.91 0.31
Hex 99 7 37 0 5F 40 28 154 5B 1F
Octal 231 7 67 0 137 100 50 524 133 37
Binary 10011001 111 110111 0 1011111 1000000 101000 101010100 1011011 11111

Color Harmonies of #990737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990737

Black with #990737

Text Example


Text Example

White with #990737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990737; }

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

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

background-color css

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

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

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

border-color css

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

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

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