Html Css Color HEX #995164 Vin Rouge

📋 copy color: '#995164'

red 153 ◦ green 81 ◦ blue 100

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

Shades of Vin Rouge #995164

Tints of Vin Rouge #995164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 45.81%
G = 24.25%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995164 (or 0x995164) is known color: Vin Rouge. HEX triplet: 99, 51 and 64. RGB value is (153,81,100). Sum of RGB (Red+Green+Blue) = 153+81+100=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995164 is #66AE9B. Grayscale: #686868. Windows color (decimal): -6729372 or 6574489. OLE color: 6574489.

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

Color convert

RGB 153 81 100 -
CMYK 0 0.47 0.35 0.4
HSL 344.17º 0.31% 0.46% -
HSV(B) 344.17º 0.47% 0.6% -
XYZ 18.38 13.58 13.71 -
YUV 104.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 153 81 100 0 0.47 0.35 0.4 344.17 0.31 0.46
Hex 99 51 64 0 2F 23 28 158 1F 2E
Octal 231 121 144 0 57 43 50 530 37 56
Binary 10011001 1010001 1100100 0 101111 100011 101000 101011000 11111 101110

Color Harmonies of #995164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995164

Black with #995164

Text Example


Text Example

White with #995164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995164; }

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

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

background-color css

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

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

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

border-color css

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

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

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