Html Css Color HEX #98556E Vin Rouge

📋 copy color: '#98556E'

red 152 ◦ green 85 ◦ blue 110

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

Shades of Vin Rouge #98556E

Tints of Vin Rouge #98556E

RGB

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

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

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

R = 43.8%
G = 24.5%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98556E (or 0x98556E) is known color: Vin Rouge. HEX triplet: 98, 55 and 6E. RGB value is (152,85,110). Sum of RGB (Red+Green+Blue) = 152+85+110=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98556E is #67AA91. Grayscale: #6B6B6B. Windows color (decimal): -6793874 or 7230872. OLE color: 7230872.

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

Color convert

RGB 152 85 110 -
CMYK 0 0.44 0.28 0.40
HSL 337.61º 0.28% 0.46% -
HSV(B) 337.61º 0.44% 0.6% -
XYZ 19.01 14.3 16.51 -
YUV 107.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 152 85 110 0 0.44 0.28 0.40 337.61 0.28 0.46
Hex 98 55 6E 0 2C 1C 28 152 1C 2E
Octal 230 125 156 0 54 34 50 522 34 56
Binary 10011000 1010101 1101110 0 101100 11100 101000 101010010 11100 101110

Color Harmonies of #98556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98556E

Black with #98556E

Text Example


Text Example

White with #98556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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