Html Css Color HEX #955A63 Vin Rouge

📋 copy color: '#955A63'

red 149 ◦ green 90 ◦ blue 99

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

Shades of Vin Rouge #955A63

Tints of Vin Rouge #955A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 44.08%
G = 26.63%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955A63 (or 0x955A63) is known color: Vin Rouge. HEX triplet: 95, 5A and 63. RGB value is (149,90,99). Sum of RGB (Red+Green+Blue) = 149+90+99=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A63 is #6AA59C. Grayscale: #6C6C6C. Windows color (decimal): -6989213 or 6511253. OLE color: 6511253.

HSL color Cylindrical-coordinate representation of color #955A63: hue angle of 350.85º 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 #955A63 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 99 -
CMYK 0 0.40 0.34 0.42
HSL 350.85º 0.25% 0.47% -
HSV(B) 350.85º 0.4% 0.58% -
XYZ 18.3 14.6 13.66 -
YUV 108.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 149 90 99 0 0.40 0.34 0.42 350.85 0.25 0.47
Hex 95 5A 63 0 28 22 2A 15F 19 2F
Octal 225 132 143 0 50 42 52 537 31 57
Binary 10010101 1011010 1100011 0 101000 100010 101010 101011111 11001 101111

Color Harmonies of #955A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A63

Black with #955A63

Text Example


Text Example

White with #955A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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