Html Css Color HEX #98506E Vin Rouge

📋 copy color: '#98506E'

red 152 ◦ green 80 ◦ blue 110

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

Shades of Vin Rouge #98506E

Tints of Vin Rouge #98506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 44.44%
G = 23.39%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98506E (or 0x98506E) is known color: Vin Rouge. HEX triplet: 98, 50 and 6E. RGB value is (152,80,110). Sum of RGB (Red+Green+Blue) = 152+80+110=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506E is #67AF91. Grayscale: #686868. Windows color (decimal): -6795154 or 7229592. OLE color: 7229592.

HSL color Cylindrical-coordinate representation of color #98506E: hue angle of 335º 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 #98506E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 110 -
CMYK 0 0.47 0.28 0.40
HSL 335º 0.31% 0.45% -
HSV(B) 335º 0.47% 0.6% -
XYZ 18.63 13.54 16.38 -
YUV 104.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 152 80 110 0 0.47 0.28 0.40 335 0.31 0.45
Hex 98 50 6E 0 2F 1C 28 14F 1F 2D
Octal 230 120 156 0 57 34 50 517 37 55
Binary 10011000 1010000 1101110 0 101111 11100 101000 101001111 11111 101101

Color Harmonies of #98506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98506E

Black with #98506E

Text Example


Text Example

White with #98506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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