Html Css Color HEX #955164 Vin Rouge

📋 copy color: '#955164'

red 149 ◦ green 81 ◦ blue 100

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

Shades of Vin Rouge #955164

Tints of Vin Rouge #955164

RGB

 RED value IS 149 (58.59% from 255) = 45.15%

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

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

R = 45.15%
G = 24.55%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955164 (or 0x955164) is known color: Vin Rouge. HEX triplet: 95, 51 and 64. RGB value is (149,81,100). Sum of RGB (Red+Green+Blue) = 149+81+100=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #955164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955164 is #6AAE9B. Grayscale: #676767. Windows color (decimal): -6991516 or 6574485. OLE color: 6574485.

HSL color Cylindrical-coordinate representation of color #955164: hue angle of 343.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955164 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 100 -
CMYK 0 0.46 0.33 0.42
HSL 343.24º 0.3% 0.45% -
HSV(B) 343.24º 0.46% 0.58% -
XYZ 17.64 13.19 13.67 -
YUV 103.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 149 81 100 0 0.46 0.33 0.42 343.24 0.3 0.45
Hex 95 51 64 0 2E 21 2A 157 1E 2D
Octal 225 121 144 0 56 41 52 527 36 55
Binary 10010101 1010001 1100100 0 101110 100001 101010 101010111 11110 101101

Color Harmonies of #955164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955164

Black with #955164

Text Example


Text Example

White with #955164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955164; }

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

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

background-color css

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

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

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

border-color css

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

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

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