Html Css Color HEX #954F63 Vin Rouge

📋 copy color: '#954F63'

red 149 ◦ green 79 ◦ blue 99

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

Shades of Vin Rouge #954F63

Tints of Vin Rouge #954F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

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

R = 45.57%
G = 24.16%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#954F63 (or 0x954F63) is known color: Vin Rouge. HEX triplet: 95, 4F and 63. RGB value is (149,79,99). Sum of RGB (Red+Green+Blue) = 149+79+99=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #954F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F63 is #6AB09C. Grayscale: #666666. Windows color (decimal): -6992029 or 6508437. OLE color: 6508437.

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

Color convert

RGB 149 79 99 -
CMYK 0 0.47 0.34 0.42
HSL 342.86º 0.31% 0.45% -
HSV(B) 342.86º 0.47% 0.58% -
XYZ 17.44 12.88 13.37 -
YUV 102.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 149 79 99 0 0.47 0.34 0.42 342.86 0.31 0.45
Hex 95 4F 63 0 2F 22 2A 157 1F 2D
Octal 225 117 143 0 57 42 52 527 37 55
Binary 10010101 1001111 1100011 0 101111 100010 101010 101010111 11111 101101

Color Harmonies of #954F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F63

Black with #954F63

Text Example


Text Example

White with #954F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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