Html Css Color HEX #985962 Vin Rouge

📋 copy color: '#985962'

red 152 ◦ green 89 ◦ blue 98

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

Shades of Vin Rouge #985962

Tints of Vin Rouge #985962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 44.84%
G = 26.25%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#985962 (or 0x985962) is known color: Vin Rouge. HEX triplet: 98, 59 and 62. RGB value is (152,89,98). Sum of RGB (Red+Green+Blue) = 152+89+98=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985962 is #67A69D. Grayscale: #6C6C6C. Windows color (decimal): -6792862 or 6445464. OLE color: 6445464.

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

Color convert

RGB 152 89 98 -
CMYK 0 0.41 0.36 0.40
HSL 351.43º 0.26% 0.47% -
HSV(B) 351.43º 0.41% 0.6% -
XYZ 18.73 14.7 13.41 -
YUV 108.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 152 89 98 0 0.41 0.36 0.40 351.43 0.26 0.47
Hex 98 59 62 0 29 24 28 15F 1A 2F
Octal 230 131 142 0 51 44 50 537 32 57
Binary 10011000 1011001 1100010 0 101001 100100 101000 101011111 11010 101111

Color Harmonies of #985962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985962

Black with #985962

Text Example


Text Example

White with #985962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985962; }

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

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

background-color css

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

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

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

border-color css

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

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

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