Html Css Color HEX #985058 Vin Rouge

📋 copy color: '#985058'

red 152 ◦ green 80 ◦ blue 88

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

Shades of Vin Rouge #985058

Tints of Vin Rouge #985058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 47.5%
G = 25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#985058 (or 0x985058) is known color: Vin Rouge. HEX triplet: 98, 50 and 58. RGB value is (152,80,88). Sum of RGB (Red+Green+Blue) = 152+80+88=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985058 is #67AFA7. Grayscale: #666666. Windows color (decimal): -6795176 or 5787800. OLE color: 5787800.

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

Color convert

RGB 152 80 88 -
CMYK 0 0.47 0.42 0.40
HSL 353.33º 0.31% 0.45% -
HSV(B) 353.33º 0.47% 0.6% -
XYZ 17.58 13.12 10.84 -
YUV 102.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 152 80 88 0 0.47 0.42 0.40 353.33 0.31 0.45
Hex 98 50 58 0 2F 2A 28 161 1F 2D
Octal 230 120 130 0 57 52 50 541 37 55
Binary 10011000 1010000 1011000 0 101111 101010 101000 101100001 11111 101101

Color Harmonies of #985058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985058

Black with #985058

Text Example


Text Example

White with #985058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985058; }

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

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

background-color css

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

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

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

border-color css

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

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

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