Html Css Color HEX #98505B Vin Rouge

📋 copy color: '#98505B'

red 152 ◦ green 80 ◦ blue 91

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

Shades of Vin Rouge #98505B

Tints of Vin Rouge #98505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 47.06%
G = 24.77%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98505B (or 0x98505B) is known color: Vin Rouge. HEX triplet: 98, 50 and 5B. RGB value is (152,80,91). Sum of RGB (Red+Green+Blue) = 152+80+91=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98505B is #67AFA4. Grayscale: #666666. Windows color (decimal): -6795173 or 5984408. OLE color: 5984408.

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

Color convert

RGB 152 80 91 -
CMYK 0 0.47 0.40 0.40
HSL 350.83º 0.31% 0.45% -
HSV(B) 350.83º 0.47% 0.6% -
XYZ 17.71 13.17 11.51 -
YUV 102.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 152 80 91 0 0.47 0.40 0.40 350.83 0.31 0.45
Hex 98 50 5B 0 2F 28 28 15F 1F 2D
Octal 230 120 133 0 57 50 50 537 37 55
Binary 10011000 1010000 1011011 0 101111 101000 101000 101011111 11111 101101

Color Harmonies of #98505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98505B

Black with #98505B

Text Example


Text Example

White with #98505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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