Html Css Color HEX #99506D Vin Rouge

📋 copy color: '#99506D'

red 153 ◦ green 80 ◦ blue 109

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

Shades of Vin Rouge #99506D

Tints of Vin Rouge #99506D

RGB

 RED value IS 153 (60.16% from 255) = 44.74%

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

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

R = 44.74%
G = 23.39%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99506D (or 0x99506D) is known color: Vin Rouge. HEX triplet: 99, 50 and 6D. RGB value is (153,80,109). Sum of RGB (Red+Green+Blue) = 153+80+109=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99506D is #66AF92. Grayscale: #696969. Windows color (decimal): -6729619 or 7164057. OLE color: 7164057.

HSL color Cylindrical-coordinate representation of color #99506D: hue angle of 336.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99506D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 109 -
CMYK 0 0.48 0.29 0.4
HSL 336.16º 0.31% 0.46% -
HSV(B) 336.16º 0.48% 0.6% -
XYZ 18.77 13.61 16.11 -
YUV 105.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 153 80 109 0 0.48 0.29 0.4 336.16 0.31 0.46
Hex 99 50 6D 0 30 1D 28 150 1F 2E
Octal 231 120 155 0 60 35 50 520 37 56
Binary 10011001 1010000 1101101 0 110000 11101 101000 101010000 11111 101110

Color Harmonies of #99506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99506D

Black with #99506D

Text Example


Text Example

White with #99506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,80,109); }

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

background-color css

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

 a { background-color: rgb(153,80,109); }

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

border-color css

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

 span { border-color: rgb(153,80,109); }

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