Html Css Color HEX #934E63 Vin Rouge

📋 copy color: '#934E63'

red 147 ◦ green 78 ◦ blue 99

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

Shades of Vin Rouge #934E63

Tints of Vin Rouge #934E63

RGB

 RED value IS 147 (57.81% from 255) = 45.37%

 GREEN value IS 78 (30.86% from 255) = 24.07%

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

R = 45.37%
G = 24.07%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#934E63 (or 0x934E63) is known color: Vin Rouge. HEX triplet: 93, 4E and 63. RGB value is (147,78,99). Sum of RGB (Red+Green+Blue) = 147+78+99=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #934E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E63 is #6CB19C. Grayscale: #656565. Windows color (decimal): -7123357 or 6508179. OLE color: 6508179.

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

Color convert

RGB 147 78 99 -
CMYK 0 0.47 0.33 0.42
HSL 341.74º 0.31% 0.44% -
HSV(B) 341.74º 0.47% 0.58% -
XYZ 17.01 12.55 13.33 -
YUV 101.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 147 78 99 0 0.47 0.33 0.42 341.74 0.31 0.44
Hex 93 4E 63 0 2F 21 2A 156 1F 2C
Octal 223 116 143 0 57 41 52 526 37 54
Binary 10010011 1001110 1100011 0 101111 100001 101010 101010110 11111 101100

Color Harmonies of #934E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934E63

Black with #934E63

Text Example


Text Example

White with #934E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934E63; }

 p { color: rgb(147,78,99); }

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

background-color css

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

 a { background-color: rgb(147,78,99); }

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

border-color css

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

 span { border-color: rgb(147,78,99); }

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