Html Css Color HEX #985461 Vin Rouge

📋 copy color: '#985461'

red 152 ◦ green 84 ◦ blue 97

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

Shades of Vin Rouge #985461

Tints of Vin Rouge #985461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 45.65%
G = 25.23%
B = 29.13%

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

#985461 (or 0x985461) is known color: Vin Rouge. HEX triplet: 98, 54 and 61. RGB value is (152,84,97). Sum of RGB (Red+Green+Blue) = 152+84+97=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985461 is #67AB9E. Grayscale: #696969. Windows color (decimal): -6794143 or 6378648. OLE color: 6378648.

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

Color convert

RGB 152 84 97 -
CMYK 0 0.45 0.36 0.40
HSL 348.53º 0.29% 0.46% -
HSV(B) 348.53º 0.45% 0.6% -
XYZ 18.28 13.88 13.02 -
YUV 105.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 152 84 97 0 0.45 0.36 0.40 348.53 0.29 0.46
Hex 98 54 61 0 2D 24 28 15D 1D 2E
Octal 230 124 141 0 55 44 50 535 35 56
Binary 10011000 1010100 1100001 0 101101 100100 101000 101011101 11101 101110

Color Harmonies of #985461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985461

Black with #985461

Text Example


Text Example

White with #985461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985461; }

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

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

background-color css

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

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

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

border-color css

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

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

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