Html Css Color HEX #955264 Vin Rouge

📋 copy color: '#955264'

red 149 ◦ green 82 ◦ blue 100

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

Shades of Vin Rouge #955264

Tints of Vin Rouge #955264

RGB

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

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

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

R = 45.02%
G = 24.77%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955264 (or 0x955264) is known color: Vin Rouge. HEX triplet: 95, 52 and 64. RGB value is (149,82,100). Sum of RGB (Red+Green+Blue) = 149+82+100=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955264 is #6AAD9B. Grayscale: #686868. Windows color (decimal): -6991260 or 6574741. OLE color: 6574741.

HSL color Cylindrical-coordinate representation of color #955264: hue angle of 343.88º 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 #955264 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 100 -
CMYK 0 0.45 0.33 0.42
HSL 343.88º 0.29% 0.45% -
HSV(B) 343.88º 0.45% 0.58% -
XYZ 17.71 13.34 13.7 -
YUV 104.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 149 82 100 0 0.45 0.33 0.42 343.88 0.29 0.45
Hex 95 52 64 0 2D 21 2A 158 1D 2D
Octal 225 122 144 0 55 41 52 530 35 55
Binary 10010101 1010010 1100100 0 101101 100001 101010 101011000 11101 101101

Color Harmonies of #955264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955264

Black with #955264

Text Example


Text Example

White with #955264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955264; }

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

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

background-color css

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

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

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

border-color css

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

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

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