Html Css Color HEX #985462 Vin Rouge

📋 copy color: '#985462'

red 152 ◦ green 84 ◦ blue 98

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

Shades of Vin Rouge #985462

Tints of Vin Rouge #985462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 45.51%
G = 25.15%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#985462 (or 0x985462) is known color: Vin Rouge. HEX triplet: 98, 54 and 62. RGB value is (152,84,98). Sum of RGB (Red+Green+Blue) = 152+84+98=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985462 is #67AB9D. Grayscale: #696969. Windows color (decimal): -6794142 or 6444184. OLE color: 6444184.

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

Color convert

RGB 152 84 98 -
CMYK 0 0.45 0.36 0.40
HSL 347.65º 0.29% 0.46% -
HSV(B) 347.65º 0.45% 0.6% -
XYZ 18.32 13.9 13.27 -
YUV 105.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 152 84 98 0 0.45 0.36 0.40 347.65 0.29 0.46
Hex 98 54 62 0 2D 24 28 15C 1D 2E
Octal 230 124 142 0 55 44 50 534 35 56
Binary 10011000 1010100 1100010 0 101101 100100 101000 101011100 11101 101110

Color Harmonies of #985462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985462

Black with #985462

Text Example


Text Example

White with #985462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985462; }

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

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

background-color css

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

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

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

border-color css

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

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

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