Html Css Color HEX #98505E Vin Rouge

📋 copy color: '#98505E'

red 152 ◦ green 80 ◦ blue 94

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

Shades of Vin Rouge #98505E

Tints of Vin Rouge #98505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 46.63%
G = 24.54%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98505E (or 0x98505E) is known color: Vin Rouge. HEX triplet: 98, 50 and 5E. RGB value is (152,80,94). Sum of RGB (Red+Green+Blue) = 152+80+94=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98505E is #67AFA1. Grayscale: #676767. Windows color (decimal): -6795170 or 6181016. OLE color: 6181016.

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

Color convert

RGB 152 80 94 -
CMYK 0 0.47 0.38 0.40
HSL 348.33º 0.31% 0.45% -
HSV(B) 348.33º 0.47% 0.6% -
XYZ 17.84 13.22 12.2 -
YUV 103.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 152 80 94 0 0.47 0.38 0.40 348.33 0.31 0.45
Hex 98 50 5E 0 2F 26 28 15C 1F 2D
Octal 230 120 136 0 57 46 50 534 37 55
Binary 10011000 1010000 1011110 0 101111 100110 101000 101011100 11111 101101

Color Harmonies of #98505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98505E

Black with #98505E

Text Example


Text Example

White with #98505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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