Html Css Color HEX #985558 Vin Rouge

📋 copy color: '#985558'

red 152 ◦ green 85 ◦ blue 88

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

Shades of Vin Rouge #985558

Tints of Vin Rouge #985558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 46.77%
G = 26.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#985558 (or 0x985558) is known color: Vin Rouge. HEX triplet: 98, 55 and 58. RGB value is (152,85,88). Sum of RGB (Red+Green+Blue) = 152+85+88=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985558 is #67AAA7. Grayscale: #696969. Windows color (decimal): -6793896 or 5789080. OLE color: 5789080.

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

Color convert

RGB 152 85 88 -
CMYK 0 0.44 0.42 0.40
HSL 357.31º 0.28% 0.46% -
HSV(B) 357.31º 0.44% 0.6% -
XYZ 17.96 13.88 10.96 -
YUV 105.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 152 85 88 0 0.44 0.42 0.40 357.31 0.28 0.46
Hex 98 55 58 0 2C 2A 28 165 1C 2E
Octal 230 125 130 0 54 52 50 545 34 56
Binary 10011000 1010101 1011000 0 101100 101010 101000 101100101 11100 101110

Color Harmonies of #985558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985558

Black with #985558

Text Example


Text Example

White with #985558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985558; }

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

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

background-color css

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

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

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

border-color css

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

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

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