Html Css Color HEX #994E62 Vin Rouge

📋 copy color: '#994E62'

red 153 ◦ green 78 ◦ blue 98

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

Shades of Vin Rouge #994E62

Tints of Vin Rouge #994E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 46.5%
G = 23.71%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#994E62 (or 0x994E62) is known color: Vin Rouge. HEX triplet: 99, 4E and 62. RGB value is (153,78,98). Sum of RGB (Red+Green+Blue) = 153+78+98=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E62 is #66B19D. Grayscale: #666666. Windows color (decimal): -6730142 or 6442649. OLE color: 6442649.

HSL color Cylindrical-coordinate representation of color #994E62: hue angle of 344º 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 #994E62 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 98 -
CMYK 0 0.49 0.36 0.4
HSL 344º 0.32% 0.45% -
HSV(B) 344º 0.49% 0.6% -
XYZ 18.07 13.1 13.13 -
YUV 102.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 153 78 98 0 0.49 0.36 0.4 344 0.32 0.45
Hex 99 4E 62 0 31 24 28 158 20 2D
Octal 231 116 142 0 61 44 50 530 40 55
Binary 10011001 1001110 1100010 0 110001 100100 101000 101011000 100000 101101

Color Harmonies of #994E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E62

Black with #994E62

Text Example


Text Example

White with #994E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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