Html Css Color HEX #935463 Vin Rouge

📋 copy color: '#935463'

red 147 ◦ green 84 ◦ blue 99

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

Shades of Vin Rouge #935463

Tints of Vin Rouge #935463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 44.55%
G = 25.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#935463 (or 0x935463) is known color: Vin Rouge. HEX triplet: 93, 54 and 63. RGB value is (147,84,99). Sum of RGB (Red+Green+Blue) = 147+84+99=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #935463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935463 is #6CAB9C. Grayscale: #686868. Windows color (decimal): -7121821 or 6509715. OLE color: 6509715.

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

Color convert

RGB 147 84 99 -
CMYK 0 0.43 0.33 0.42
HSL 345.71º 0.27% 0.45% -
HSV(B) 345.71º 0.43% 0.58% -
XYZ 17.46 13.44 13.48 -
YUV 104.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 147 84 99 0 0.43 0.33 0.42 345.71 0.27 0.45
Hex 93 54 63 0 2B 21 2A 15A 1B 2D
Octal 223 124 143 0 53 41 52 532 33 55
Binary 10010011 1010100 1100011 0 101011 100001 101010 101011010 11011 101101

Color Harmonies of #935463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935463

Black with #935463

Text Example


Text Example

White with #935463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935463; }

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

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

background-color css

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

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

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

border-color css

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

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

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