Html Css Color HEX #955266 Vin Rouge

📋 copy color: '#955266'

red 149 ◦ green 82 ◦ blue 102

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

Shades of Vin Rouge #955266

Tints of Vin Rouge #955266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 44.74%
G = 24.62%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955266 (or 0x955266) is known color: Vin Rouge. HEX triplet: 95, 52 and 66. RGB value is (149,82,102). Sum of RGB (Red+Green+Blue) = 149+82+102=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955266 is #6AAD99. Grayscale: #686868. Windows color (decimal): -6991258 or 6705813. OLE color: 6705813.

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

Color convert

RGB 149 82 102 -
CMYK 0 0.45 0.32 0.42
HSL 342.09º 0.29% 0.45% -
HSV(B) 342.09º 0.45% 0.58% -
XYZ 17.81 13.38 14.21 -
YUV 104.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 149 82 102 0 0.45 0.32 0.42 342.09 0.29 0.45
Hex 95 52 66 0 2D 20 2A 156 1D 2D
Octal 225 122 146 0 55 40 52 526 35 55
Binary 10010101 1010010 1100110 0 101101 100000 101010 101010110 11101 101101

Color Harmonies of #955266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955266

Black with #955266

Text Example


Text Example

White with #955266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955266; }

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

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

background-color css

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

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

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

border-color css

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

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

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