Html Css Color HEX #955A61 Vin Rouge

📋 copy color: '#955A61'

red 149 ◦ green 90 ◦ blue 97

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

Shades of Vin Rouge #955A61

Tints of Vin Rouge #955A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 44.35%
G = 26.79%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#955A61 (or 0x955A61) is known color: Vin Rouge. HEX triplet: 95, 5A and 61. RGB value is (149,90,97). Sum of RGB (Red+Green+Blue) = 149+90+97=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A61 is #6AA59E. Grayscale: #6C6C6C. Windows color (decimal): -6989215 or 6380181. OLE color: 6380181.

HSL color Cylindrical-coordinate representation of color #955A61: hue angle of 352.88º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A61 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 97 -
CMYK 0 0.40 0.35 0.42
HSL 352.88º 0.25% 0.47% -
HSV(B) 352.88º 0.4% 0.58% -
XYZ 18.21 14.56 13.16 -
YUV 108.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 149 90 97 0 0.40 0.35 0.42 352.88 0.25 0.47
Hex 95 5A 61 0 28 23 2A 161 19 2F
Octal 225 132 141 0 50 43 52 541 31 57
Binary 10010101 1011010 1100001 0 101000 100011 101010 101100001 11001 101111

Color Harmonies of #955A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A61

Black with #955A61

Text Example


Text Example

White with #955A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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