Html Css Color HEX #985168 Vin Rouge

📋 copy color: '#985168'

red 152 ◦ green 81 ◦ blue 104

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

Shades of Vin Rouge #985168

Tints of Vin Rouge #985168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 45.1%
G = 24.04%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985168 (or 0x985168) is known color: Vin Rouge. HEX triplet: 98, 51 and 68. RGB value is (152,81,104). Sum of RGB (Red+Green+Blue) = 152+81+104=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985168 is #67AE97. Grayscale: #686868. Windows color (decimal): -6794904 or 6836632. OLE color: 6836632.

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

Color convert

RGB 152 81 104 -
CMYK 0 0.47 0.32 0.40
HSL 340.56º 0.3% 0.46% -
HSV(B) 340.56º 0.47% 0.6% -
XYZ 18.39 13.56 14.74 -
YUV 104.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 152 81 104 0 0.47 0.32 0.40 340.56 0.3 0.46
Hex 98 51 68 0 2F 20 28 155 1E 2E
Octal 230 121 150 0 57 40 50 525 36 56
Binary 10011000 1010001 1101000 0 101111 100000 101000 101010101 11110 101110

Color Harmonies of #985168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985168

Black with #985168

Text Example


Text Example

White with #985168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985168; }

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

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

background-color css

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

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

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

border-color css

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

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

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