Html Css Color HEX #994E58 Vin Rouge

📋 copy color: '#994E58'

red 153 ◦ green 78 ◦ blue 88

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

Shades of Vin Rouge #994E58

Tints of Vin Rouge #994E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.59%

R = 47.96%
G = 24.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#994E58 (or 0x994E58) is known color: Vin Rouge. HEX triplet: 99, 4E and 58. RGB value is (153,78,88). Sum of RGB (Red+Green+Blue) = 153+78+88=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E58 is #66B1A7. Grayscale: #656565. Windows color (decimal): -6730152 or 5787289. OLE color: 5787289.

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

Color convert

RGB 153 78 88 -
CMYK 0 0.49 0.42 0.4
HSL 352º 0.32% 0.45% -
HSV(B) 352º 0.49% 0.6% -
XYZ 17.62 12.93 10.8 -
YUV 101.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 153 78 88 0 0.49 0.42 0.4 352 0.32 0.45
Hex 99 4E 58 0 31 2A 28 160 20 2D
Octal 231 116 130 0 61 52 50 540 40 55
Binary 10011001 1001110 1011000 0 110001 101010 101000 101100000 100000 101101

Color Harmonies of #994E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E58

Black with #994E58

Text Example


Text Example

White with #994E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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