Html Css Color HEX #985868 Vin Rouge

📋 copy color: '#985868'

red 152 ◦ green 88 ◦ blue 104

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

Shades of Vin Rouge #985868

Tints of Vin Rouge #985868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 44.19%
G = 25.58%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985868 (or 0x985868) is known color: Vin Rouge. HEX triplet: 98, 58 and 68. RGB value is (152,88,104). Sum of RGB (Red+Green+Blue) = 152+88+104=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #985868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985868 is #67A797. Grayscale: #6C6C6C. Windows color (decimal): -6793112 or 6838424. OLE color: 6838424.

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

Color convert

RGB 152 88 104 -
CMYK 0 0.42 0.32 0.40
HSL 345º 0.27% 0.47% -
HSV(B) 345º 0.42% 0.6% -
XYZ 18.94 14.65 14.93 -
YUV 108.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 152 88 104 0 0.42 0.32 0.40 345 0.27 0.47
Hex 98 58 68 0 2A 20 28 159 1B 2F
Octal 230 130 150 0 52 40 50 531 33 57
Binary 10011000 1011000 1101000 0 101010 100000 101000 101011001 11011 101111

Color Harmonies of #985868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985868

Black with #985868

Text Example


Text Example

White with #985868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985868; }

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

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

background-color css

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

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

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

border-color css

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

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

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