Html Css Color HEX #954F66 Vin Rouge

📋 copy color: '#954F66'

red 149 ◦ green 79 ◦ blue 102

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

Shades of Vin Rouge #954F66

Tints of Vin Rouge #954F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

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

R = 45.15%
G = 23.94%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954F66 (or 0x954F66) is known color: Vin Rouge. HEX triplet: 95, 4F and 66. RGB value is (149,79,102). Sum of RGB (Red+Green+Blue) = 149+79+102=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #954F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F66 is #6AB099. Grayscale: #666666. Windows color (decimal): -6992026 or 6705045. OLE color: 6705045.

HSL color Cylindrical-coordinate representation of color #954F66: hue angle of 340.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F66 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 102 -
CMYK 0 0.47 0.32 0.42
HSL 340.29º 0.31% 0.45% -
HSV(B) 340.29º 0.47% 0.58% -
XYZ 17.59 12.94 14.14 -
YUV 102.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 149 79 102 0 0.47 0.32 0.42 340.29 0.31 0.45
Hex 95 4F 66 0 2F 20 2A 154 1F 2D
Octal 225 117 146 0 57 40 52 524 37 55
Binary 10010101 1001111 1100110 0 101111 100000 101010 101010100 11111 101101

Color Harmonies of #954F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F66

Black with #954F66

Text Example


Text Example

White with #954F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F66; }

 p { color: rgb(149,79,102); }

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

background-color css

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

 a { background-color: rgb(149,79,102); }

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

border-color css

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

 span { border-color: rgb(149,79,102); }

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