Html Css Color HEX #985562 Vin Rouge

📋 copy color: '#985562'

red 152 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #985562

Tints of Vin Rouge #985562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 45.37%
G = 25.37%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#985562 (or 0x985562) is known color: Vin Rouge. HEX triplet: 98, 55 and 62. RGB value is (152,85,98). Sum of RGB (Red+Green+Blue) = 152+85+98=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985562 is #67AA9D. Grayscale: #6A6A6A. Windows color (decimal): -6793886 or 6444440. OLE color: 6444440.

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

Color convert

RGB 152 85 98 -
CMYK 0 0.44 0.36 0.40
HSL 348.36º 0.28% 0.46% -
HSV(B) 348.36º 0.44% 0.6% -
XYZ 18.4 14.05 13.3 -
YUV 106.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 152 85 98 0 0.44 0.36 0.40 348.36 0.28 0.46
Hex 98 55 62 0 2C 24 28 15C 1C 2E
Octal 230 125 142 0 54 44 50 534 34 56
Binary 10011000 1010101 1100010 0 101100 100100 101000 101011100 11100 101110

Color Harmonies of #985562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985562

Black with #985562

Text Example


Text Example

White with #985562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985562; }

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

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

background-color css

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

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

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

border-color css

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

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

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