Html Css Color HEX #984E60 Vin Rouge

📋 copy color: '#984E60'

red 152 ◦ green 78 ◦ blue 96

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

Shades of Vin Rouge #984E60

Tints of Vin Rouge #984E60

RGB

 RED value IS 152 (59.77% from 255) = 46.63%

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 46.63%
G = 23.93%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#984E60 (or 0x984E60) is known color: Vin Rouge. HEX triplet: 98, 4E and 60. RGB value is (152,78,96). Sum of RGB (Red+Green+Blue) = 152+78+96=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #984E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E60 is #67B19F. Grayscale: #666666. Windows color (decimal): -6795680 or 6311576. OLE color: 6311576.

HSL color Cylindrical-coordinate representation of color #984E60: hue angle of 345.41º 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 #984E60 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 96 -
CMYK 0 0.49 0.37 0.40
HSL 345.41º 0.32% 0.45% -
HSV(B) 345.41º 0.49% 0.6% -
XYZ 17.78 12.97 12.63 -
YUV 102.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 152 78 96 0 0.49 0.37 0.40 345.41 0.32 0.45
Hex 98 4E 60 0 31 25 28 159 20 2D
Octal 230 116 140 0 61 45 50 531 40 55
Binary 10011000 1001110 1100000 0 110001 100101 101000 101011001 100000 101101

Color Harmonies of #984E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E60

Black with #984E60

Text Example


Text Example

White with #984E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984E60; }

 p { color: rgb(152,78,96); }

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

background-color css

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

 a { background-color: rgb(152,78,96); }

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

border-color css

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

 span { border-color: rgb(152,78,96); }

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