Html Css Color HEX #985859 Vin Rouge

📋 copy color: '#985859'

red 152 ◦ green 88 ◦ blue 89

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

Shades of Vin Rouge #985859

Tints of Vin Rouge #985859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 46.2%
G = 26.75%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#985859 (or 0x985859) is known color: Vin Rouge. HEX triplet: 98, 58 and 59. RGB value is (152,88,89). Sum of RGB (Red+Green+Blue) = 152+88+89=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985859 is #67A7A6. Grayscale: #6B6B6B. Windows color (decimal): -6793127 or 5855384. OLE color: 5855384.

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

Color convert

RGB 152 88 89 -
CMYK 0 0.42 0.41 0.40
HSL 359.06º 0.27% 0.47% -
HSV(B) 359.06º 0.42% 0.6% -
XYZ 18.24 14.38 11.26 -
YUV 107.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 152 88 89 0 0.42 0.41 0.40 359.06 0.27 0.47
Hex 98 58 59 0 2A 29 28 167 1B 2F
Octal 230 130 131 0 52 51 50 547 33 57
Binary 10011000 1011000 1011001 0 101010 101001 101000 101100111 11011 101111

Color Harmonies of #985859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985859

Black with #985859

Text Example


Text Example

White with #985859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985859; }

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

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

background-color css

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

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

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

border-color css

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

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

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