Html Css Color HEX #955261 Vin Rouge

📋 copy color: '#955261'

red 149 ◦ green 82 ◦ blue 97

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

Shades of Vin Rouge #955261

Tints of Vin Rouge #955261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 45.43%
G = 25%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#955261 (or 0x955261) is known color: Vin Rouge. HEX triplet: 95, 52 and 61. RGB value is (149,82,97). Sum of RGB (Red+Green+Blue) = 149+82+97=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #955261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955261 is #6AAD9E. Grayscale: #676767. Windows color (decimal): -6991263 or 6378133. OLE color: 6378133.

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

Color convert

RGB 149 82 97 -
CMYK 0 0.45 0.35 0.42
HSL 346.57º 0.29% 0.45% -
HSV(B) 346.57º 0.45% 0.58% -
XYZ 17.57 13.29 12.95 -
YUV 103.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 149 82 97 0 0.45 0.35 0.42 346.57 0.29 0.45
Hex 95 52 61 0 2D 23 2A 15B 1D 2D
Octal 225 122 141 0 55 43 52 533 35 55
Binary 10010101 1010010 1100001 0 101101 100011 101010 101011011 11101 101101

Color Harmonies of #955261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955261

Black with #955261

Text Example


Text Example

White with #955261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955261; }

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

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

background-color css

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

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

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

border-color css

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

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

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