Html Css Color HEX #995066 Vin Rouge

📋 copy color: '#995066'

red 153 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #995066

Tints of Vin Rouge #995066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 45.67%
G = 23.88%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995066 (or 0x995066) is known color: Vin Rouge. HEX triplet: 99, 50 and 66. RGB value is (153,80,102). Sum of RGB (Red+Green+Blue) = 153+80+102=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995066 is #66AF99. Grayscale: #686868. Windows color (decimal): -6729626 or 6705305. OLE color: 6705305.

HSL color Cylindrical-coordinate representation of color #995066: hue angle of 341.92º 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 #995066 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 102 -
CMYK 0 0.48 0.33 0.4
HSL 341.92º 0.31% 0.46% -
HSV(B) 341.92º 0.48% 0.6% -
XYZ 18.4 13.47 14.2 -
YUV 104.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 153 80 102 0 0.48 0.33 0.4 341.92 0.31 0.46
Hex 99 50 66 0 30 21 28 156 1F 2E
Octal 231 120 146 0 60 41 50 526 37 56
Binary 10011001 1010000 1100110 0 110000 100001 101000 101010110 11111 101110

Color Harmonies of #995066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995066

Black with #995066

Text Example


Text Example

White with #995066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995066; }

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

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

background-color css

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

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

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

border-color css

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

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

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