Html Css Color HEX #995064 Vin Rouge

📋 copy color: '#995064'

red 153 ◦ green 80 ◦ blue 100

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

Shades of Vin Rouge #995064

Tints of Vin Rouge #995064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 45.95%
G = 24.02%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995064 (or 0x995064) is known color: Vin Rouge. HEX triplet: 99, 50 and 64. RGB value is (153,80,100). Sum of RGB (Red+Green+Blue) = 153+80+100=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995064 is #66AF9B. Grayscale: #686868. Windows color (decimal): -6729628 or 6574233. OLE color: 6574233.

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

Color convert

RGB 153 80 100 -
CMYK 0 0.48 0.35 0.4
HSL 343.56º 0.31% 0.46% -
HSV(B) 343.56º 0.48% 0.6% -
XYZ 18.31 13.43 13.68 -
YUV 104.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 153 80 100 0 0.48 0.35 0.4 343.56 0.31 0.46
Hex 99 50 64 0 30 23 28 158 1F 2E
Octal 231 120 144 0 60 43 50 530 37 56
Binary 10011001 1010000 1100100 0 110000 100011 101000 101011000 11111 101110

Color Harmonies of #995064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995064

Black with #995064

Text Example


Text Example

White with #995064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995064; }

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

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

background-color css

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

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

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

border-color css

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

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

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