Html Css Color HEX #985065 Vin Rouge

📋 copy color: '#985065'

red 152 ◦ green 80 ◦ blue 101

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

Shades of Vin Rouge #985065

Tints of Vin Rouge #985065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 45.65%
G = 24.02%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985065 (or 0x985065) is known color: Vin Rouge. HEX triplet: 98, 50 and 65. RGB value is (152,80,101). Sum of RGB (Red+Green+Blue) = 152+80+101=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985065 is #67AF9A. Grayscale: #676767. Windows color (decimal): -6795163 or 6639768. OLE color: 6639768.

HSL color Cylindrical-coordinate representation of color #985065: hue angle of 342.5º 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 #985065 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 101 -
CMYK 0 0.47 0.34 0.40
HSL 342.5º 0.31% 0.45% -
HSV(B) 342.5º 0.47% 0.6% -
XYZ 18.17 13.35 13.93 -
YUV 103.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 152 80 101 0 0.47 0.34 0.40 342.5 0.31 0.45
Hex 98 50 65 0 2F 22 28 156 1F 2D
Octal 230 120 145 0 57 42 50 526 37 55
Binary 10011000 1010000 1100101 0 101111 100010 101000 101010110 11111 101101

Color Harmonies of #985065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985065

Black with #985065

Text Example


Text Example

White with #985065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985065; }

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

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

background-color css

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

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

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

border-color css

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

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

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