Html Css Color HEX #984E68 Vin Rouge

📋 copy color: '#984E68'

red 152 ◦ green 78 ◦ blue 104

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

Shades of Vin Rouge #984E68

Tints of Vin Rouge #984E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 45.51%
G = 23.35%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984E68 (or 0x984E68) is known color: Vin Rouge. HEX triplet: 98, 4E and 68. RGB value is (152,78,104). Sum of RGB (Red+Green+Blue) = 152+78+104=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E68 is #67B197. Grayscale: #676767. Windows color (decimal): -6795672 or 6835864. OLE color: 6835864.

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

Color convert

RGB 152 78 104 -
CMYK 0 0.49 0.32 0.40
HSL 338.92º 0.32% 0.45% -
HSV(B) 338.92º 0.49% 0.6% -
XYZ 18.17 13.12 14.67 -
YUV 103.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 152 78 104 0 0.49 0.32 0.40 338.92 0.32 0.45
Hex 98 4E 68 0 31 20 28 153 20 2D
Octal 230 116 150 0 61 40 50 523 40 55
Binary 10011000 1001110 1101000 0 110001 100000 101000 101010011 100000 101101

Color Harmonies of #984E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E68

Black with #984E68

Text Example


Text Example

White with #984E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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