Html Css Color HEX #985566 Vin Rouge

📋 copy color: '#985566'

red 152 ◦ green 85 ◦ blue 102

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

Shades of Vin Rouge #985566

Tints of Vin Rouge #985566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

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

R = 44.84%
G = 25.07%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#985566 (or 0x985566) is known color: Vin Rouge. HEX triplet: 98, 55 and 66. RGB value is (152,85,102). Sum of RGB (Red+Green+Blue) = 152+85+102=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985566 is #67AA99. Grayscale: #6A6A6A. Windows color (decimal): -6793882 or 6706584. OLE color: 6706584.

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

Color convert

RGB 152 85 102 -
CMYK 0 0.44 0.33 0.40
HSL 344.78º 0.28% 0.46% -
HSV(B) 344.78º 0.44% 0.6% -
XYZ 18.6 14.13 14.32 -
YUV 106.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 152 85 102 0 0.44 0.33 0.40 344.78 0.28 0.46
Hex 98 55 66 0 2C 21 28 159 1C 2E
Octal 230 125 146 0 54 41 50 531 34 56
Binary 10011000 1010101 1100110 0 101100 100001 101000 101011001 11100 101110

Color Harmonies of #985566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985566

Black with #985566

Text Example


Text Example

White with #985566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985566; }

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

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

background-color css

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

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

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

border-color css

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

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

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