Html Css Color HEX #9F526D Vin Rouge

📋 copy color: '#9F526D'

red 159 ◦ green 82 ◦ blue 109

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

Shades of Vin Rouge #9F526D

Tints of Vin Rouge #9F526D

RGB

 RED value IS 159 (62.5% from 255) = 45.43%

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

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

R = 45.43%
G = 23.43%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F526D (or 0x9F526D) is known color: Vin Rouge. HEX triplet: 9F, 52 and 6D. RGB value is (159,82,109). Sum of RGB (Red+Green+Blue) = 159+82+109=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F526D is #60AD92. Grayscale: #6C6C6C. Windows color (decimal): -6335891 or 7164575. OLE color: 7164575.

HSL color Cylindrical-coordinate representation of color #9F526D: hue angle of 338.96º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F526D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 82 109 -
CMYK 0 0.48 0.31 0.38
HSL 338.96º 0.32% 0.47% -
HSV(B) 338.96º 0.48% 0.62% -
XYZ 20.08 14.51 16.21 -
YUV 108.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 159 82 109 0 0.48 0.31 0.38 338.96 0.32 0.47
Hex 9F 52 6D 0 30 1F 26 153 20 2F
Octal 237 122 155 0 60 37 46 523 40 57
Binary 10011111 1010010 1101101 0 110000 11111 100110 101010011 100000 101111

Color Harmonies of #9F526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F526D

Black with #9F526D

Text Example


Text Example

White with #9F526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F526D; }

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

 H1.HeaderClassName
 {
   color: #9F526D;
 }
 .AnyTagClassName
 {
   color: #9F526D;
 }
</style>

background-color css

<style>
 a { background-color: #9F526D; }

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

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

border-color css

<style>
 span { border-color: #9F526D; }

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

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