Html Css Color HEX #944E63 Vin Rouge

📋 copy color: '#944E63'

red 148 ◦ green 78 ◦ blue 99

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

Shades of Vin Rouge #944E63

Tints of Vin Rouge #944E63

RGB

 RED value IS 148 (58.2% from 255) = 45.54%

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

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

R = 45.54%
G = 24%
B = 30.46%

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

#944E63 (or 0x944E63) is known color: Vin Rouge. HEX triplet: 94, 4E and 63. RGB value is (148,78,99). Sum of RGB (Red+Green+Blue) = 148+78+99=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #944E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E63 is #6BB19C. Grayscale: #656565. Windows color (decimal): -7057821 or 6508180. OLE color: 6508180.

HSL color Cylindrical-coordinate representation of color #944E63: hue angle of 342º 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 #944E63 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 78 99 -
CMYK 0 0.47 0.33 0.42
HSL 342º 0.31% 0.44% -
HSV(B) 342º 0.47% 0.58% -
XYZ 17.19 12.65 13.34 -
YUV 101.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 148 78 99 0 0.47 0.33 0.42 342 0.31 0.44
Hex 94 4E 63 0 2F 21 2A 156 1F 2C
Octal 224 116 143 0 57 41 52 526 37 54
Binary 10010100 1001110 1100011 0 101111 100001 101010 101010110 11111 101100

Color Harmonies of #944E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E63

Black with #944E63

Text Example


Text Example

White with #944E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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