Html Css Color HEX #985063 Vin Rouge

📋 copy color: '#985063'

red 152 ◦ green 80 ◦ blue 99

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

Shades of Vin Rouge #985063

Tints of Vin Rouge #985063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 45.92%
G = 24.17%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#985063 (or 0x985063) is known color: Vin Rouge. HEX triplet: 98, 50 and 63. RGB value is (152,80,99). Sum of RGB (Red+Green+Blue) = 152+80+99=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #985063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985063 is #67AF9C. Grayscale: #676767. Windows color (decimal): -6795165 or 6508696. OLE color: 6508696.

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

Color convert

RGB 152 80 99 -
CMYK 0 0.47 0.35 0.40
HSL 344.17º 0.31% 0.45% -
HSV(B) 344.17º 0.47% 0.6% -
XYZ 18.07 13.31 13.42 -
YUV 103.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 152 80 99 0 0.47 0.35 0.40 344.17 0.31 0.45
Hex 98 50 63 0 2F 23 28 158 1F 2D
Octal 230 120 143 0 57 43 50 530 37 55
Binary 10011000 1010000 1100011 0 101111 100011 101000 101011000 11111 101101

Color Harmonies of #985063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985063

Black with #985063

Text Example


Text Example

White with #985063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985063; }

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

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

background-color css

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

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

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

border-color css

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

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

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