Html Css Color HEX #990936 Carmine

📋 copy color: '#990936'

red 153 ◦ green 9 ◦ blue 54

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

Shades of Carmine #990936

Tints of Carmine #990936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25%

R = 70.83%
G = 4.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990936 (or 0x990936) is known color: Carmine. HEX triplet: 99, 09 and 36. RGB value is (153,9,54). Sum of RGB (Red+Green+Blue) = 153+9+54=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #990936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990936 is #66F6C9. Grayscale: #393939. Windows color (decimal): -6747850 or 3541401. OLE color: 3541401.

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

Color convert

RGB 153 9 54 -
CMYK 0 0.94 0.65 0.4
HSL 341.25º 0.89% 0.32% -
HSV(B) 341.25º 0.94% 0.6% -
XYZ 13.9 7.23 4.15 -
YUV 57.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 153 9 54 0 0.94 0.65 0.4 341.25 0.89 0.32
Hex 99 9 36 0 5E 41 28 155 59 20
Octal 231 11 66 0 136 101 50 525 131 40
Binary 10011001 1001 110110 0 1011110 1000001 101000 101010101 1011001 100000

Color Harmonies of #990936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990936

Black with #990936

Text Example


Text Example

White with #990936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990936; }

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

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

background-color css

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

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

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

border-color css

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

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

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