Html Css Color HEX #985359 Vin Rouge

📋 copy color: '#985359'

red 152 ◦ green 83 ◦ blue 89

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

Shades of Vin Rouge #985359

Tints of Vin Rouge #985359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 46.91%
G = 25.62%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#985359 (or 0x985359) is known color: Vin Rouge. HEX triplet: 98, 53 and 59. RGB value is (152,83,89). Sum of RGB (Red+Green+Blue) = 152+83+89=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985359 is #67ACA6. Grayscale: #686868. Windows color (decimal): -6794407 or 5854104. OLE color: 5854104.

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

Color convert

RGB 152 83 89 -
CMYK 0 0.45 0.41 0.40
HSL 354.78º 0.29% 0.46% -
HSV(B) 354.78º 0.45% 0.6% -
XYZ 17.85 13.58 11.13 -
YUV 104.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 152 83 89 0 0.45 0.41 0.40 354.78 0.29 0.46
Hex 98 53 59 0 2D 29 28 163 1D 2E
Octal 230 123 131 0 55 51 50 543 35 56
Binary 10011000 1010011 1011001 0 101101 101001 101000 101100011 11101 101110

Color Harmonies of #985359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985359

Black with #985359

Text Example


Text Example

White with #985359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985359; }

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

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

background-color css

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

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

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

border-color css

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

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

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