Html Css Color HEX #994E63 Vin Rouge

📋 copy color: '#994E63'

red 153 ◦ green 78 ◦ blue 99

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

Shades of Vin Rouge #994E63

Tints of Vin Rouge #994E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 46.36%
G = 23.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#994E63 (or 0x994E63) is known color: Vin Rouge. HEX triplet: 99, 4E and 63. RGB value is (153,78,99). Sum of RGB (Red+Green+Blue) = 153+78+99=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E63 is #66B19C. Grayscale: #666666. Windows color (decimal): -6730141 or 6508185. OLE color: 6508185.

HSL color Cylindrical-coordinate representation of color #994E63: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E63 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 99 -
CMYK 0 0.49 0.35 0.4
HSL 343.2º 0.32% 0.45% -
HSV(B) 343.2º 0.49% 0.6% -
XYZ 18.11 13.12 13.38 -
YUV 102.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 153 78 99 0 0.49 0.35 0.4 343.2 0.32 0.45
Hex 99 4E 63 0 31 23 28 157 20 2D
Octal 231 116 143 0 61 43 50 527 40 55
Binary 10011001 1001110 1100011 0 110001 100011 101000 101010111 100000 101101

Color Harmonies of #994E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E63

Black with #994E63

Text Example


Text Example

White with #994E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E63; }

 p { color: rgb(153,78,99); }

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

background-color css

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

 a { background-color: rgb(153,78,99); }

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

border-color css

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

 span { border-color: rgb(153,78,99); }

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