Html Css Color HEX #945763 Vin Rouge

📋 copy color: '#945763'

red 148 ◦ green 87 ◦ blue 99

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

Shades of Vin Rouge #945763

Tints of Vin Rouge #945763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

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

R = 44.31%
G = 26.05%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#945763 (or 0x945763) is known color: Vin Rouge. HEX triplet: 94, 57 and 63. RGB value is (148,87,99). Sum of RGB (Red+Green+Blue) = 148+87+99=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945763 is #6BA89C. Grayscale: #6A6A6A. Windows color (decimal): -7055517 or 6510484. OLE color: 6510484.

HSL color Cylindrical-coordinate representation of color #945763: hue angle of 348.2º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945763 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 87 99 -
CMYK 0 0.41 0.33 0.42
HSL 348.2º 0.26% 0.46% -
HSV(B) 348.2º 0.41% 0.58% -
XYZ 17.87 14.01 13.57 -
YUV 106.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 148 87 99 0 0.41 0.33 0.42 348.2 0.26 0.46
Hex 94 57 63 0 29 21 2A 15C 1A 2E
Octal 224 127 143 0 51 41 52 534 32 56
Binary 10010100 1010111 1100011 0 101001 100001 101010 101011100 11010 101110

Color Harmonies of #945763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945763

Black with #945763

Text Example


Text Example

White with #945763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945763; }

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

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

background-color css

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

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

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

border-color css

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

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

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