Html Css Color HEX #955669 Vin Rouge

📋 copy color: '#955669'

red 149 ◦ green 86 ◦ blue 105

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

Shades of Vin Rouge #955669

Tints of Vin Rouge #955669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 43.82%
G = 25.29%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#955669 (or 0x955669) is known color: Vin Rouge. HEX triplet: 95, 56 and 69. RGB value is (149,86,105). Sum of RGB (Red+Green+Blue) = 149+86+105=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955669 is #6AA996. Grayscale: #6A6A6A. Windows color (decimal): -6990231 or 6903445. OLE color: 6903445.

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

Color convert

RGB 149 86 105 -
CMYK 0 0.42 0.30 0.42
HSL 341.9º 0.27% 0.46% -
HSV(B) 341.9º 0.42% 0.58% -
XYZ 18.27 14.07 15.12 -
YUV 107 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 149 86 105 0 0.42 0.30 0.42 341.9 0.27 0.46
Hex 95 56 69 0 2A 1E 2A 156 1B 2E
Octal 225 126 151 0 52 36 52 526 33 56
Binary 10010101 1010110 1101001 0 101010 11110 101010 101010110 11011 101110

Color Harmonies of #955669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955669

Black with #955669

Text Example


Text Example

White with #955669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955669; }

 p { color: rgb(149,86,105); }

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

background-color css

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

 a { background-color: rgb(149,86,105); }

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

border-color css

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

 span { border-color: rgb(149,86,105); }

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