Html Css Color HEX #985066 Vin Rouge

📋 copy color: '#985066'

red 152 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #985066

Tints of Vin Rouge #985066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 45.51%
G = 23.95%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#985066 (or 0x985066) is known color: Vin Rouge. HEX triplet: 98, 50 and 66. RGB value is (152,80,102). Sum of RGB (Red+Green+Blue) = 152+80+102=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985066 is #67AF99. Grayscale: #686868. Windows color (decimal): -6795162 or 6705304. OLE color: 6705304.

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

Color convert

RGB 152 80 102 -
CMYK 0 0.47 0.33 0.40
HSL 341.67º 0.31% 0.45% -
HSV(B) 341.67º 0.47% 0.6% -
XYZ 18.22 13.37 14.19 -
YUV 104.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 152 80 102 0 0.47 0.33 0.40 341.67 0.31 0.45
Hex 98 50 66 0 2F 21 28 156 1F 2D
Octal 230 120 146 0 57 41 50 526 37 55
Binary 10011000 1010000 1100110 0 101111 100001 101000 101010110 11111 101101

Color Harmonies of #985066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985066

Black with #985066

Text Example


Text Example

White with #985066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985066; }

 p { color: rgb(152,80,102); }

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

background-color css

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

 a { background-color: rgb(152,80,102); }

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

border-color css

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

 span { border-color: rgb(152,80,102); }

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