Html Css Color HEX #985464 Vin Rouge

📋 copy color: '#985464'

red 152 ◦ green 84 ◦ blue 100

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

Shades of Vin Rouge #985464

Tints of Vin Rouge #985464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 45.24%
G = 25%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985464 (or 0x985464) is known color: Vin Rouge. HEX triplet: 98, 54 and 64. RGB value is (152,84,100). Sum of RGB (Red+Green+Blue) = 152+84+100=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985464 is #67AB9B. Grayscale: #6A6A6A. Windows color (decimal): -6794140 or 6575256. OLE color: 6575256.

HSL color Cylindrical-coordinate representation of color #985464: hue angle of 345.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985464 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 100 -
CMYK 0 0.45 0.34 0.40
HSL 345.88º 0.29% 0.46% -
HSV(B) 345.88º 0.45% 0.6% -
XYZ 18.42 13.94 13.78 -
YUV 106.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 152 84 100 0 0.45 0.34 0.40 345.88 0.29 0.46
Hex 98 54 64 0 2D 22 28 15A 1D 2E
Octal 230 124 144 0 55 42 50 532 35 56
Binary 10011000 1010100 1100100 0 101101 100010 101000 101011010 11101 101110

Color Harmonies of #985464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985464

Black with #985464

Text Example


Text Example

White with #985464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985464; }

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

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

background-color css

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

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

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

border-color css

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

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

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