Html Css Color HEX #98526D Vin Rouge

📋 copy color: '#98526D'

red 152 ◦ green 82 ◦ blue 109

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

Shades of Vin Rouge #98526D

Tints of Vin Rouge #98526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 44.31%
G = 23.91%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98526D (or 0x98526D) is known color: Vin Rouge. HEX triplet: 98, 52 and 6D. RGB value is (152,82,109). Sum of RGB (Red+Green+Blue) = 152+82+109=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98526D is #67AD92. Grayscale: #696969. Windows color (decimal): -6794643 or 7164568. OLE color: 7164568.

HSL color Cylindrical-coordinate representation of color #98526D: hue angle of 336.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98526D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 109 -
CMYK 0 0.46 0.28 0.40
HSL 336.86º 0.3% 0.46% -
HSV(B) 336.86º 0.46% 0.6% -
XYZ 18.73 13.81 16.15 -
YUV 106.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 152 82 109 0 0.46 0.28 0.40 336.86 0.3 0.46
Hex 98 52 6D 0 2E 1C 28 151 1E 2E
Octal 230 122 155 0 56 34 50 521 36 56
Binary 10011000 1010010 1101101 0 101110 11100 101000 101010001 11110 101110

Color Harmonies of #98526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98526D

Black with #98526D

Text Example


Text Example

White with #98526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98526D; }

 p { color: rgb(152,82,109); }

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

background-color css

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

 a { background-color: rgb(152,82,109); }

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

border-color css

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

 span { border-color: rgb(152,82,109); }

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