Html Css Color HEX #984E64 Vin Rouge

📋 copy color: '#984E64'

red 152 ◦ green 78 ◦ blue 100

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

Shades of Vin Rouge #984E64

Tints of Vin Rouge #984E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 46.06%
G = 23.64%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984E64 (or 0x984E64) is known color: Vin Rouge. HEX triplet: 98, 4E and 64. RGB value is (152,78,100). Sum of RGB (Red+Green+Blue) = 152+78+100=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #984E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E64 is #67B19B. Grayscale: #666666. Windows color (decimal): -6795676 or 6573720. OLE color: 6573720.

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

Color convert

RGB 152 78 100 -
CMYK 0 0.49 0.34 0.40
HSL 342.16º 0.32% 0.45% -
HSV(B) 342.16º 0.49% 0.6% -
XYZ 17.97 13.04 13.63 -
YUV 102.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 152 78 100 0 0.49 0.34 0.40 342.16 0.32 0.45
Hex 98 4E 64 0 31 22 28 156 20 2D
Octal 230 116 144 0 61 42 50 526 40 55
Binary 10011000 1001110 1100100 0 110001 100010 101000 101010110 100000 101101

Color Harmonies of #984E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E64

Black with #984E64

Text Example


Text Example

White with #984E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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